Actions
Create User
Creates a user in the directory. An attempt to create an existing user will fail with a 409 (Conflict) error. Use this API to manage accounts outside your organization when assigning these users to SCIM groups. If there’s already a managed Atlassian account associated with the specified email address on the Atlassian platform, the user in your identity provider will be connected or linked to the user in your Atlassian organization.
To learn more, visit the Atlassian User Provisioning documentation.
Basic Parameters
Parameter | Description |
---|---|
User Name | Unique identifier defined by the provisioning client. Atlassian SCIM service will verify the value and guarantee its uniqueness. This is a required field during user creation or modification. |
Advanced Parameters
Parameter | Description |
---|---|
Active | A Boolean value indicating the user’s administrative status. |
Attributes | Resource attributes to be included in response. Mutually exclusive from excludedAttributes . Example: userName,emails.value . |
Department | User’s department. |
Display Name | User’s display name. |
Emails | Email addresses of the User. This is a required field during user creation or modification. One value must be marked as primary. For more information Atlassian documentation. |
Excluded Attributes | Resource attributes to be excluded from response. Mutually exclusive from attributes . Example: timezone,emails.type,department . |
Name | The components of the user’s name. For more information Atlassian documentation. |
Nick Name | User’s nickname. |
Organization | User’s organization. |
Phone Numbers | Phone numbers of the user. For more information Atlassian documentation. |
Preferred Language | User’s preferred language. |
Timezone | User’s timezone. e.g. America/Los_Angeles . |
Title | User’s title. |
Example Output
Workflow Library Example
Create User with Atlassian User Provisioning and Send Results Via Email
Preview this Workflow on desktop