/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

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?