Skip to main content

Get all Roles

GET 

/user-svc/roles

Retrieve all roles from the user service.

Responses

OK

Schema

    roles

    object[]

  • Array [

  • createdAt string
    description string
    id string
    name string
    ownerId string
    updatedAt string
  • ]

Loading...