Remove users from group
Description
Removes one or more users from a group.
HTTP method
DELETE
Request
http://{Admin API IP}:{port#}/api/v1/groups/{id}/Users
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
Parameter | Description/Comments |
---|---|
id |
(string) Group's id. Can be retrieved via Get all groups. |
Parameter | Description/Comments |
---|---|
Id |
(string) User's id. Can be retrieved via Get group's users. |
{
"Users": [
{
"Id": 0
}
]
}
Response
{
"Errors": []
}
200 OK