EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get User Group Ids

GET /vdc/admin/user-groups

Gets the user group list (of URNs).


Required Roles

This call has no restrictions.


Response Body

All the user groups details as UserGroupList

Field Description Type Notes
<user_groups>
<user_group>     0-* Elements
<name> The name of the resource String
<id> ViPR ID of the related object URI
<link> A hyperlink to the related object
</user_group>      
</user_groups>