Skip to main content

Retrieve a permission group

GET 
/auth/permission_groups/:id

Retrieves the details of an existing permission group.

Request

Path Parameters

    id stringrequired

    The id of the Permission Group

Query Parameters

    include_actions boolean

    If true, only ids will be returned, otherwise the nested resource will be returned.

    include_resource_groups boolean

    If true, only ids will be returned, otherwise the nested resource will be returned.

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...