GET/users/{userId}
Gets a member's email address.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
user.email.read
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| userId | string | Member ID readOnly : true |
| string | Account. maxLength : 90 readOnly : true |
example
1{2 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x",3 "email": "localpart@example.com"4}Not Found