Skip to main content

Create a system role permission

POST 

/system_role_permissions

This endpoint can create system role permissions for Lifecycle System Roles

Request

Body

required

    system_role_permission

    object

    system_role_id uuid

    The id of the system role

    subject_id uuid

    The ID of the object that the permission is giving access to

    value int32

    Possible values: [1, 2, 3, 4, 5, 6, 7]

    The permissions level of access

    subject int32

    Possible values: [0, 2, 14]

    The type of permission

Responses

Expected response to a valid request

Schema

    system_role_permission

    object

    id uuid

    The id of the system role permission

    system_role_id uuid

    The id of the system role

    value int32

    The permissions level of access

    subject int32

    The type of permission

    subject_id uuid

    The ID of the object that the permission is giving access to

Loading...