Get all Roles
GET/user-svc/roles
Retrieve all roles from the user service.
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
roles
object[]
createdAt string
description string
id string
name string
ownerId string
updatedAt string
{
"roles": [
{
"createdAt": "string",
"description": "string",
"id": "string",
"name": "string",
"ownerId": "string",
"updatedAt": "string"
}
]
}
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...