Object Storage Orchestration API Reference

2.1. GET Service ostor-users
Authorization: <authorization_string>
2.1.2.2 Parameters
Parameter Description Required
emailAddress User email address.
Type: string.
Default value: none.
No*
id User ID.
Type: string.
Default value: none.
No*
* Only one of the required parameters can be set in a single request.
If neither emailAddress nor id are set, the response is information about all users, otherwise the response is
information about the user with the specified email or ID.
2.1.2.3 Headers
This implementation uses only common request headers.
2.1.3 Responses
2.1.3.1 Headers
This implementation uses only common response headers.
2.1.3.2 Body
A JSON dictionary with user information in the following format:
{
”UserEmail” : ”<email>”
”UserId” : ”<id>”,
3