Object Storage Orchestration API Reference

2.2. PUT Service ostor-users
}
If a key is revoked, the body is empty.
2.2.4 Examples
2.2.4.1 Sample Request #1
Creates a user with the email test@test.test.
PUT /?ostor-users&emailAddress=test@test.test HTTP/1.1
Host: s3.amazonaws.com
Date: Thu, 07 Apr 2016 16:01:03 GMT +3:00
Authorization: <authorization_string>
2.2.4.2 Sample Response #1
HTTP/1.1 200 OK
x-amz-req-time-micros : 186132
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection : keep-alive
X-amz-request-id : 80000000000000030003746059efad68
Date : Thu, 07 Apr 2016 13:01:08 GMT
Content-type : application/json
{
”UserEmail”: ”test@test.test”,
”UserId”: ”a721fc1a64f13a05”,
”AWSAccessKeys”: [
{
”AWSAccessKeyId”: ”a721fc1a64f13a05OQF4”,
”AWSSecretAccessKey”: ”VtzYY4ZHWYzbWLUrRMSzVhB07UvD6Z5nGsAPtESV”
}]
}
9