Skip to main content

Get all Permission Groups of an Entity

GET 

/api/workspaces/:workspace_id/entities/:id/permission_groups/

Get all permission groups of an entity by entity id.

Request

Path Parameters

    workspace_id stringrequired
    id integerrequired

    A unique integer value identifying this entity.

Query Parameters

    entity_type_id integerrequired

    Entity type id.

Responses

Schema

    inherited integer[]required

    Inherited group ids for the user in the specified entity level

    available integer[]required

    Available group ids for the user in the specified entity level

Loading...