Add People to a Group

Allows people to be added to a group in the Organization module.

 

URL

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

 

REQUEST METHOD

POST

 

URL PARAMETER

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

 

FORM CONTENT

Name: Names of the people to be added to the group.

Id: ID of the person who will be added.

 

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