Skip to main content

Exclude user from group action

DELETE 

/:customer_id/groups/:group_id/sentinel-actions/:action_id/users

Exclude user from group action

Request

Path Parameters

    customer_id Customer Idrequired

    Id of the tenant

    group_id Group Idrequired

    Id of the group

    action_id uuidrequired

Body

required
    users uuid[]required

    Possible values: >= 1

    Users to exclude from the action

    until date-time

    Default value: 9999-12-31T23:59:59.999999

    Time until when the user is excluded

Responses

Successful response

Schema
    message Message

    Default value: OK

Loading...