Queries the information about a user.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
cloudsso:GetUser | get | *User
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
UserId | string | Yes | The user ID. | u-00q8wbq42wiltcrk**** |
DirectoryId | string | Yes | The CloudSSO directory ID. | d-00fc2p61**** |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
| User | object | The information about 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 ID of the user. | u-00q8wbq42wiltcrk**** |
FirstName | string | The first name of the user. | Alice |
CreateTime | string | The time when the user was created. The time is in UTC. | 2021-10-26T03:03:42Z |
ProvisionType | string | The 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 in UTC. | 2021-10-26T06:43:55Z |
LastName | string | The last name of the user. | Lee |
| ExternalId | object | The information about the user identifier from an external IdP. | |
Id | string | The user identifier from the external IdP. | c73******a5fdd5 |
Issuer | string | The channel for external user synchronization. Only SCIM synchronization is supported. | SCIM |
| Tags | array<object> | The tags attached to the user. | |
object | The tag attached to the user. | ||
Key | string | The tag key. | |
Value | string | The tag value. | |
RequestId | string | The request ID. | EE42D2C4-A30A-59B7-ACEB-6D22FB44174A |
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-26T06:43:55Z",
"LastName": "Lee",
"ExternalId": {
"Id": "c73******a5fdd5",
"Issuer": "SCIM"
},
"Tags": [
{
"Key": "",
"Value": ""
}
]
},
"RequestId": "EE42D2C4-A30A-59B7-ACEB-6D22FB44174A"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.