Add users to group
POST/groups/:id/add_users
Add one or more users to 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...