GET/Users/{userId}
Gets member information.
| Parameter | Type | Description |
|---|---|---|
| userId | integer | Member ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| schemas | array (string) | Schema URL required |
| id | string | Member ID readOnly : true |
| externalId | string | ID managed by the SCIM client maxLength : 100 |
| userName | string | Account. It is the same as the email address.
required maxLength : 90 |
| name | object (name) | required |
| displayName | string | Display name readOnly : true |
| nickName | string | Nickname
maxLength : 100 |
| preferredLanguage | string | Language code Allowed values : ko-KR, ja-JP, en-US, zh-CN, zh-TW |
| timezone | string | default : Time zone set for the domain |
| active | boolean | Indicates whether the member is active.
This field must be set to true when adding a member. default : true |
| emails | array (ScimUserEmail) | Email information |
| phoneNumbers | array (ScimUserPhoneNumber) | Phone number information |
| ims | array (ScimUserInstantMessage) | Messenger information |
| urn:ietf:params:scim:schemas:extension:works:2.0:User | object (urn:ietf:params:scim:schemas:extension:works:2.0:User) | |
| meta | object (meta) |
| Property | Type | Description |
|---|---|---|
| familyName | stringnull | Last name
maxLength : 80 |
| givenName | stringnull | First name
maxLength : 80 |
| Property | Type | Description |
|---|---|---|
| type | string | Email type
required Allowed values : alias, other |
| primary | boolean | Indicates whether it is primary. default : false |
| value | string |
required |
| Property | Type | Description |
|---|---|---|
| type | string | Phone number type
required Allowed values : work, mobile |
| primary | boolean | Indicates whether it is primary. default : false |
| value | string | Phone number required maxLength : 100 pattern : ^(?=.*[0-9])[0-9+\-*#PTpt()\u3000]{0,100} |
| Property | Type | Description |
|---|---|---|
| type | string | Messenger type required Allowed values : work |
| primary | boolean | Indicates whether it is primary. default : false |
| value | string | Messenger ID required minLength : 1 maxLength : 100 |
| Property | Type | Description |
|---|---|---|
| userExternalKey | stringnull | Member external key. Some special characters, %, , #, /, ? are not allowed. maxLength : 100 |
| Property | Type | Description |
|---|---|---|
| resourceType | string | Resource type Allowed values : USER, GROUP |
| created | string | Creation date |
| lastModified | string | Last update date |
| location | string | Resource URI |
Not Found