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


Access Control Operations : Group Operations : Modify Group

Modify Group
Description
Modify the name of a group.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/group/{group UUID, name, or other unique attribute}?name={string}
To determine the UUID for a group, see Get Groups.
Request Parameters 
Responses
Response Elements
<Data>
   <BuiltIn>TRUE|FALSE</BuiltIn>
   <Id>{
string}</Id>
   <Name>{string}</Name>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request modifies the name of the group from “group1” to “Accounting”.
PUT http://blackpearl-hostname/_rest_/group/group1?name=Accounting HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <BuiltIn>FALSE</BuiltIn>
   <Id>f587c38f-69bc-463a-a094-bd31ad2e94ae</Id>
   <Name>Accounting</Name>
</Data>