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
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400
Parameter 'userID' is mandatory, but missing or incorrect./ user with the given id does not exist.Error response
404
Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}