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


Access Control Operations : Group Operations : Create Group

Create Group
Description
Create a group.
Requests
Syntax
POST http[s]://{datapathDNSname}/_rest_/group?name={string}
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 creates a group with the name “Accounting”.
POST http://blackpearl-hostname/_rest_/group?name=Accounting HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <BuiltIn>FALSE</BuiltIn>
   <Id>3962c577-5ddb-466f-bb56-a0c7e3019c81</Id>
   <Name>Accounting</Name>
</Data>