Security groups REST Endpoints
Application/2.0/Security groups
Security group API endpoints.
- Add or remove users from a security group
- Method: patchPath:
/api/rest/2.0/system/security/group/{id}/users - Create a security group
- Method: postPath:
/api/rest/2.0/system/security/group - Delete a security group
- Method: deletePath:
/api/rest/2.0/system/security/group/{id} - Retrieve a list of users
- Method: getPath:
/api/rest/2.0/system/security/group/{id}/users - Retrieve a security group
- Method: getPath:
/api/rest/2.0/system/security/group/{id} - Retrieve security groups
- Method: getPath:
/api/rest/2.0/system/security/groups - Update a security group
- Method: putPath:
/api/rest/2.0/system/security/group/{id}