Group Web Services
Overview
Universal Controller supports the following RESTful-based web services for User and Group operations, which are listed alphabetically on this page.
Formatting specifications for each web service, including details about parameter requirements, are provided.
Create a Group
|
Description |
---|---|
URI |
http://host_name/uc/resources/usergroup |
HTTP Method |
POST |
Description |
Creates a new User Group. |
Example URI |
http://localhost:8080/uc/resources/usergroup |
Consumes Content-Type |
application/xml, application/json |
Produces Content-Type |
n/a |
Example |
See Create and Modify a Group: XML and JSON Examples, below. |
Group Properties |
See Group Properties, below. |
Group Member Properties |
See Group Member Properties, below. |
Group Permission Properties |
See Group Permission Properties, below. |
Group Role Properties |
See Group Role Properties, below. |
Example Response |
|
Create and Modify a Group: XML and JSON Examples
The excludeRelated and retainSysIds properties are specified as attributes in the <userGroup> element of XML web services.
XML |
JSON |
---|---|
|
|
Delete a Group
|
Description |
---|---|
URI |
http://host_name/uc/resources/usergroup |
HTTP Method |
DELETE |
Description |
Deletes a Group. |
URI Parameters |
See Delete a Group URI Parameters, below. |
Example URI |