Get the Group List
Gets a list of groups defined for HMP that have a role.
Authorizations: All
Requests
GET /apis/groups/enabled |
Response
Success
Array of group resources. Example:
{ |
{ |
Caution
Onlyid
and groupname
are supported. Other attributes are subject to change and should not be used in a production application.
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040012", "name":"NoResults", | No groups available. |
500 | {"code":"070000", "name":"InternalServer", | Error retrieving groups. |