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
}
object
id
integer (int64)
email
string
mobileNumber
string
identifier
string
channelAddresses
Array of object (Attribute)
object
name
string
value
string
400