Operation | HTTP Method | Description |
---|---|---|
/depts/{DeptId}/securitygroups | GET | Returns the list of security groups in the specified department. |
/depts/{DeptId}/securitygroups/{Name} | GET | Returns the list of privileges for the specified security group. |
/depts/{DeptiId}/users/{Id}/securitygroups | GET | Returns the list of security groups to which a user belongs. |
/depts/{DeptiId}/users/{Id}/securitygroups | PUT | Replaces the list of security groups to which a user belongs. |
/depts/{DeptiId}/users/{Id}/securitygroups | PATCH | Updates the list of security groups to which a user belongs. |