Actions
Update User
Update the directory-based user information using the user attributes associated with their . User information is replaced attribute-by-attribute, with the exception of immutable and read-only attributes. Existing values of unspecified attributes are cleaned.
To learn more, visit the Atlassian User Provisioning documentation.
Basic Parameters
Parameter | Description |
---|---|
User ID | Unique ID to identiy the users. Use the Get users API to get the userId. |
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 the 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 in the 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
Update User with Atlassian User Provisioning and Send Results Via Email
Preview this Workflow on desktop