| User Role Name | API Role Name |
|---|---|
| Admin | cdata_admin |
| Standard | cdata_standard |
| Job Creator | cdata_job_creator |
| Job Operator | cdata_support |
List All Users
The following command lists all users:Retrieve a Specified User
The following command retrieves a specified user:| Name | Description |
|---|---|
| user_id (required) | Specifies the identifier (Id) of the user that you want to retrieve. |
Create a User
The following command creates a user:| Name | Description |
|---|---|
| User | Specifies the user identifier. |
| Email_Address | Specifies the email address of the user. |
| Password | Specifies the user password. |
| Is_Active | A Boolean value that specifies whether the user is active. |
| Roles | Specifies a list of the user’s role. The Id or name of the role is required. |
Update a User
The following command updates a user:| Name | Description |
|---|---|
| user_id (required) | Specifies the identifier (Id) of the user that you want to update. |
| Name | Description |
|---|---|
| Email_Address | Specifies the email address of the user. |
| Password | Specifies the user password. |
| Is_Active | A Boolean value that specifies whether the user is active. Set this value to false to disable the user. |
| Roles | Specifies a list of the user’s role. The contents of the list replaces existing roles. |
Delete a User
The following command deletes a user:| Name | Description |
|---|---|
| user_id (required) | Specifies the identifier (Id) of the user that you want to delete. |