Object Storage Orchestration API Reference
Table Of Contents
CHAPTER 2
User Management
2.1 GET Service ostor-users
2.1.1 Description
Lists information about all users or the user speciļ¬ed by either email or ID.
2.1.2 Requests
2.1.2.1 Syntax
GET /?ostor-users HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
GET /?ostor-users&emailAddress=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
GET /?ostor-users&id=<value> HTTP/1.1
Host: s3.amazonaws.com
Date: <date>
Authorization: <authorization_string>
2










