Create Group

Creates a new group in the Organization module.

 

URL

{RMUrl}/api/Organization/groups

 

REQUEST METHOD

POST

 

URL PARAMETERS

This feature does not have parameters.

 

FORM CONTENT

Name (Required): Name of the group to be created. Limit of 400 characters.

Description (Optional): Description of the group to be created.

Email (Optional): E-mail address of the group to be created.

Responsible (Optional): Person responsible for the group to be created.

AdditionalInformation (Optional): Additional information on the group to be created.

CustomAttributes (Optional): List of objects with information on the attributes associated with the group. Each attribute is referenced by its variable name. Relationship-type attributes can be referenced by the Id field, the Caption field, or both. If both fields are provided, they must refer to the same object. It is recommended to use the Id field whenever possible. See Appendix 2: Format for Completing Attributes for the list of formats for the Id and Caption fields.

 

FORM CONTENT EXAMPLE

Create a group with all fields completed:

{

"Name":"IT Team",

"Description":"IT dept at ABC",

"Email":"informationtech_ny@example.com",

"Responsible":{ "Name":"Joseph Parks" },

"AdditionalInformation":"IT department at Company ABC's New York branch"

}

 

SUCCESS RESPONSE

Code of the newly created group. Returns a string.