Skip to main content

Update organization role

Update a custom role under an organization. This custom role will only be available for assignment to the principles within the organization.

Path Parameters
    org_id string required
    id string required
Request Body required
    name string
    permissions string[]
    metadata object
    title string
    scopes string[]
Responses

A successful response.


Schema
    role object
    id string
    name string
    permissions string[]
    title string
    metadata object
    created_at date-time

    The time the role was created.

    updated_at date-time

    The time the role was last updated.

    org_id string
    state string
    scopes string[]
Loading...