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

Description

Returns the user identified by the specified user ID.

Available from

v1

Request path

GET [REST URL]/user/get

Query Parameters

Parameter

Type

Description

userId

Long

ID of the user

Example response

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