User

Get current authenticated user's profile

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

User profile retrieved

application/json
codestringOptional
messagestringOptional
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
chevron-right
200

User profile updated

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

Last updated