membershipRequest
Namespace: | (default namespace) |
XML Schema: | vcac-identity-rest-schema.xsd |
Contains all groups that the current user is a member of.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
currentUserId (principalId) | 0/1 | The current user. |
principals (principalId) | 0/unbounded | Groups that the current user is a member of. |
JSON
property | type | description |
---|---|---|
currentUserId | currentUserId (principalId) | The current user. |
principals | array of principals (principalId) | Groups that the current user is a member of. |