Skip to main content

Find role by id

GET 

/roles/:id

Info for a specific user role

Request

Path Parameters

    id uuidrequired

    ID of the object to retrieve, update, or delete

Responses

Expected response to a valid request

Schema
    role object
    id uuid
    uid string

    Possible values: >= 32 characters and <= 32 characters

    name string
    groups string[]
Loading...