Remove users from group
POST/groups/:id/remove_users
Remove one or more users from a group
Request
Path Parameters
id stringrequired
Group ID
- application/json
Body
required
User IDs
users string[]
Responses
- 200
- 400
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
data
details string
identifier string
message string
status integer
user_error
{
"data": {},
"details": "string",
"identifier": "string",
"message": "string",
"status": 404,
"user_error": {}
}
Loading...