Skip to main content
Version: Next

Get role

GET 

/roles/:roleKey

Get a role by its key

Request

Path Parameters

    roleKey int64required

    The role key.

Responses

The role is successfully returned.

Schema
    roleKey int64

    The role key.

    name string

    The role name.

    assignedMemberKeys int64[]

    The set of keys of members assigned to the role.

Loading...