users

Get the details of a specific user (by humanId)

get/api/v1/users/{humanId}

Path parameters

humanIdstring required

The humanId of the user

Response

OK

OR

Example response

{
  "dateOfBirth": "1968-02-13T00:00:00.000Z"
}

Changes