Removes one or more users from a group.
DELETE
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
(string) Group's id. Can be retrieved via Get all groups.
(string) User's id. Can be retrieved via Get group's users.
{ "Users": [ { "Id": 0 } ] }
{ "Errors": [] }
200 OK
Copyright © 2018 Quali