v2

latestSwagger 2.02026-08-0610101.9 MB
Users

Get user

Get the User resource for the current user.

get/v0/users/{user-id}

Path parameters

user-idstring required

Response

OK

user-emailstring required

The user's email address.

user-urlstring required

Link to the user.

user-usernamestring required

The username.

given-namestring
surnamestring

Example response

{
  "user-email": "user@example.com",
  "user-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
  "user-username": "user@example.com"
}