Skip to content

List Users

Request

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

Responses

Successful Response

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