Creates a user.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
cloudsso:CreateUser | create | *User
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
DirectoryId | string | Yes | The ID of the CloudSSO directory. | d-00fc2p61**** |
UserName | string | Yes | The username. The username must be unique within the directory and cannot be modified. The username can contain digits, letters, and the following special characters: The username can be up to 64 characters in length. | Alice |
FirstName | string | No | The first name of the user. The first name can be up to 64 characters in length. | Alice |
LastName | string | No | The last name of the user. The last name can be up to 64 characters in length. | Lee |
DisplayName | string | No | The display name of the user. The display name can be up to 256 characters in length. | Alice |
Description | string | No | The description of the user. The description can be up to 1,024 characters in length. | This is a user. |
string | No | The email address of the user. The email address must be unique within the directory. The email address can be up to 128 characters in length. | Alice@example.com | |
Status | string | No | The status of the user. Valid values:
| Enabled |
| Tags | array<object> | No | The tags attached to the user. | |
object | No | The tag attached to the user. | ||
Value | string | No | The tag value. | |
Key | string | No | The tag key. |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
| User | object | The details of the user. | |
Status | string | The status of the user. Valid values:
| Enabled |
UserName | string | The username. | Alice |
string | The email address of the user. | Alice@example.com | |
Description | string | The description of the user. | This is a user. |
UserId | string | The user ID. | u-00q8wbq42wiltcrk**** |
FirstName | string | The first name of the user. | Alice |
CreateTime | string | The time when the user was created. The time is displayed in UTC. | 2021-10-26T03:03:42Z |
ProvisionType | string | The provisioning type of the user. Valid values:
| Manual |
DisplayName | string | The display name of the user. | Alice |
UpdateTime | string | The time when the user was last modified. The time is displayed in UTC. | 2021-10-26T03:03:42Z |
LastName | string | The last name of the user. | Lee |
| Tags | array<object> | The tags attached to the user. | |
object | The tag attached to the user. | ||
Value | string | The tag value. | |
Key | string | The tag key. | |
RequestId | string | The request ID. | F6F90F3D-4502-5877-B80B-97476F6AE2CC |
Examples
Success response
JSON format
{
"User": {
"Status": "Enabled",
"UserName": "Alice",
"Email": "Alice@example.com",
"Description": "This is a user.",
"UserId": "u-00q8wbq42wiltcrk****",
"FirstName": "Alice",
"CreateTime": "2021-10-26T03:03:42Z",
"ProvisionType": "Manual",
"DisplayName": "Alice",
"UpdateTime": "2021-10-26T03:03:42Z",
"LastName": "Lee",
"Tags": [
{
"Value": "",
"Key": ""
}
]
},
"RequestId": "F6F90F3D-4502-5877-B80B-97476F6AE2CC"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.