/user/get
  • 1 Minute to read
  • Dark
    Light

/user/get

  • Dark
    Light

Article summary

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
}

Expand All
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

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"
}


Was this article helpful?