Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
{
    "id": 18067305231,
    "email": "test@test.com",
    "mobileNumber": null,
    "identifier": null
}