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

/user/getByIdentifier

  • Dark
    Light

Article summary

Get
/user/getByIdentifier

Returns the user identified by the specified identifier. If there are more users with the same identifier, the response refers to the last user where this identifier has been assigned.

Query parameters
identifier
stringRequired

Identifier 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

Was this article helpful?