EMC ECS REST API

Search (SHIFT+S)




Changes to Add User

Creates a user for a specified namespace. The user must subsequently be assigned a secret key in order to access the object store.


Request Payload Changes

Field Description Type Notes
<user_create_param>
<user> User to be created String
<namespace> Namespace identifier to associate with the user String
<tags> A list of arbitrary tags to assign to the new user. These can be used to track additional information about the user and will also appear on bucket billing responses for buckets owned by the user. String 0-* Elements
<tags> A list of arbitrary tags to assign to the new user. These can be used to track additional information about the user.
<tag>     0-* Elements
<name> The name of a tag String
<value> The value of a tag String
</tag>      
</tags>
</user_create_param>