/user/get
- 1 Minute to read
- Print
- DarkLight
/user/get
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Get
/user/get
Returns the user identified by the specified user ID.
Query parameters
userId
integer (int64) Required
ID of the user
Responses
200
Example response:
{
"id": 18067305231,
"email": "test@test.com",
"mobileNumber": null,
"identifier": null
}
object
id
integer (int64)
email
string
mobileNumber
string
identifier
string
unifiedIdentifiers
Array of object (Attribute)
object
name
string
value
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400
User with id does already exist. / Parameter 'id' must not be empty.
404
Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}
Was this article helpful?