Spectra Logic
1-800-833-1132 : 1-303-449-6400


Access Control Operations : Group Operations : Get Group Member

Get Group Member
Description
Get information about the specified group membership (either a user member or a group member).
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/group_member/{group membership UUID or other unique attribute}/
To determine the UUID for a group member, see Get Group Members.
Responses
Response Elements
<Data>
   <GroupId>{
string}</GroupId>
   <Id>{string}</Id>
   <MemberGroupId>{string}</MemberGroupId>
   <MemberUserId>{string}</MemberUserId>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about the group member with the UUID fd71ae41-42e2-4f15-96e2-ef802060434e.
GET http://blackpearl-hostname/_rest_/group_member/fd71ae41-42e2-4f15-96e2-ef802060434eb/ HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <GroupId>b3fa774c-ac2e-44a4-b1b5-4cfa3a3ec209</GroupId>
   <Id>fd71ae41-42e2-4f15-96e2-ef802060434e</Id>
   <MemberGroupId>
      663fd04e-4d46-4b6e-bbaa-9bcf31b94f90
   </MemberGroupId>
   <MemberUserId/>
</Data>