Actions
Add User
Create a new user.
External Documentation
To learn more, visit the Atlassian Crowd documentation.
Basic Parameters
Parameter | Description |
---|---|
Active | Set whether the entity is active. |
Directory ID | The ID of the directory the entity belongs to. |
Directory Name | The name of the directory the entity belongs to. |
Display Name | The user’s display name. |
The user’s email address. | |
Expand | Set if the response should include expanded information. |
First Name | The user’s first name. |
Key | The user’s unique key. |
Last Name | The user’s last name. |
Password | The user’s password. |
Username | The username of the user. |
Advanced Parameters
Parameter | Description |
---|---|
Attributes | Additional attributes of the entity.For example:{ "attributes": [ { "name": "string", "values": ["string"] } ]} For more information about the Attributes parameter, visit Atlassian Crowd API documentation. |
Encrypted Password | The user’s encrypted password. |
Link Href | The URL that points to the related entity. |
Link Rel | The relationship type of the linked entity (e.g., self , next , previous ). |
Example Output
Workflow Library Example
Add User with Atlassian Crowd and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?