User

Get current authenticated user's profile

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

User profile retrieved

application/json
get
/api/v1/users/me

Update current authenticated user's profile

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringOptional
Responses
200

User profile updated

application/json
put
/api/v1/users/me