v1

latestOpenAPI 3.0.12026-07-178411.9 KB
User

Gets currently logged in user

patch/user

Request body

given_namestring

Given Name of the user

family_namestring

Family Name of the user

nicknamestring

Shortname/Nickname of the user

picturestring

URL to picture of the user

Example request

{
  "given_name": "John",
  "family_name": "Doe",
  "nickname": "johndoe",
  "picture": "example.org/foo.jpg"
}

Response

currently logged in user

given_namestring

Given Name of the user

family_namestring

Family Name of the user

nicknamestring

Shortname/Nickname of the user

picturestring

URL to picture of the user

Example response

{
  "given_name": "John",
  "family_name": "Doe",
  "nickname": "johndoe",
  "picture": "example.org/foo.jpg"
}