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
- application/json
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
- 200
- 400
Successful response
- application/json
- Schema
- Example (from schema)
Schema
message Message
Default value: OK
{
"message": "OK"
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message Messagerequired
errors undefined[]nullablerequired
{
"message": "string",
"errors": [
null
]
}
Loading...