> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Invite users

> Invite Users: Add new users to your Paradime workspace for dbt™ projects. Simplify collaboration and project management.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

## How to invite users?

Users can be invited to a Paradime workspace by navigating to  *Account Settings > Team.* Alternatively, you can use our global search functionality using  **⌘k** / **ctrl+k**.

<Card title="Invite Users To Your Workspace" href="/guides/paradime-fundamentals/global-search/invite-users-to-your-workspace" horizontal icon="arrow-right" />

### Invite users via Slack

<Arcade src="https://demo.arcade.software/ldDp79FhdjkTA8wnT14H?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Invite users" />

### Invite users via email

<Arcade src="https://demo.arcade.software/uFDPedVQM88L1ES9qKAy?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Invite users" />

## Invite user permissions

Depending on the Paradime plan for your account, and the user permissions when inviting new users you will have various grant permissions level that you can provide to a new users via an invite to a Paradime workspace.

<Tabs>
  <Tab title="Standard Roles">
    * **Admin** can grant to the new user any roles: (Admin, Developer, Business).
    * **Developer**  can grant to the new user the roles: (Developer, Business).
    * **Business**  can grant to the new user the role: (Business).
  </Tab>

  <Tab title="RBAC roles">
    * **Admin users** can grant to the new user any roles: (Admin, Billing Admin, Security Admin, Workspaces Settings Admin, Workspace Admin, Developer, Analyst, Business).
    * **Workspaces Settings Admin**  can grant to the new user the roles: (Workspaces Settings Admin, Workspace Admin, Developer, Analyst, Business).
    * **Workspace Admin**  can grant to the new user the roles: (Workspaces Settings Admin, Workspace Admin, Developer, Analyst, Business).
    * **Developer**  can grant to the new user the roles: (Developer, Analyst, Business).
    * **Analyst**  can grant to the new user the roles: (Analyst, Business).
    * **Business**  can grant to the new user the role: (Analyst, Business).
  </Tab>
</Tabs>


## Related topics

- [User Management](/developers/python-sdk/modules/user-management.md)
- [User Management API](/developers/graphql-api/api-reference/user-management-api.md)
- [Invite users to your workspace](/guides/paradime-fundamentals/global-search/invite-users-to-your-workspace.md)
- [Users](/products/settings/users/index.md)
- [Slack](/integrations/slack.md)
