Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Query Users

GET /object/users/query

Gets all user info with specific user tag.


Query Parameters

namespaceNamespace for which users should be returned
limitNumber of objects requested in current fetch.
markerReference to last object returned.
tagUser Tag Name
valueUser Tag Value

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • SYSTEM_MONITOR

  • NAMESPACE_ADMIN


Response Body

User information for specified user belonging to specified namespace

Field Description Type Notes
users
blobuser     0-* Elements
userid Userid of the user URI
namespace Namespace associated with the corresponding user URI
MaxUsers Number of users requested. Integer
NextMarker Reference object to retrieve next set of objects. String
Filter filter used to get the objects. String
NextPageLink link to get the next page. String