Skip to content

Read Users Me

Request

Security
OAuth2PasswordBearer
GET
/api/v1/users/me
curl -i -X GET \
  https://matric-docs.redocly.app/_mock/openapi/api/v1/users/me

Responses

Successful Response

Bodyapplication/json
usernamestring or null(Username)
Any of:
string
rolesstring(Roles)required
scopesArray of strings(Scopes)
Default:[]
Response
{ "username": "string", "roles": "string", "scopes": [] }