Page tree
Skip to end of metadata
Go to start of metadata

Description

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.

Available from

v4

Request path

GET [REST URL]/user/getByIdentifier

Query Parameters

Parameter

Type

Description

identifier

StringIdentifier

identifier of the user

Example response

{
    "id": 18067305231,
    "email": "test@test.com",
    "mobileNumber": null,
    "identifier": null
}
  • No labels