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


Access Control Operations : Group Operations : Verify Group Membership

Verify Group Membership
Description
Verifies that the specified user is a member of the specified group.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/group/{group UUID or other unique attribute}?operation=VERIFY[&user_id={string}]
To determine the UUID for a group member, see Get Group Members.
Request Parameters
Note: If the user_id parameter is not included, the membership of the user performing the request is verified.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request verifies that the user named “user1” is a member of the group Administrators.
PUT http[s]://blackpearl-hostname/_rest_/group?operation=VERIFY&user_Id=user1 HTTP/1.1
Sample Response
HTTP/1.1 200 OK