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


Access Control Operations : User Operations : Get User

Get User
Description
Get information about the specified user.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/user/{user UUID, name, or other unique attribute}/
To determine the UUID for a user, see Get Users.
Responses
Response Elements
<Data>
   <AuthId>{
string}</AuthId>
   <DefaultDataPolicyId>{string}</DefaultDatePolicyId>
   <Id>{string}</Id>
   <Name>{string}</Name>
   <SecretKey>{string}</SecretKey>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about the user with the name “user1”.
GET http://blackpearl-hostname/_rest_/user/user1 HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <AuthId>c381Y3RyYQ==</AuthId>
   <DefaultDataPolicyId/>
   <Id>b136c431-a59e-413e-b03f-23f7b841ac25</Id>
   <Name>user1</Name>
   <SecretKey>grHkEdE5</SecretKey>
</Data>