Remove People from a Group

Allows people to be removed from a group in the Organization module.

 

URL

{RMUrl}/api/Organization/groups/<GroupID>/members

 

REQUEST METHOD

DELETE

 

URL PARAMETER

GroupID: This parameter is provided in the URL and does not need to be sent through DELETE.

 

FORM CONTENT

Name: Names of the people to be removed from the group.

ID: ID of the person.

 

FORM CONTENT EXAMPLES

[

{ "Name": "John Smith"},

{ "Name": "Mary Dawson"}

]

 

Or

 

[

{ "ID": "d47f49e8-7100-11e0-826b-ce6567f389c8"},

{ "ID": "f918a535-a81f-11e2-b4d9-22ddd55f8100"}

]

 

SUCCESS RESPONSE

HTTP status code 204: NoContent