Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Remove User

POST /object/users/deactivate

Deletes the specified user and its secret keys.


Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN

  • NAMESPACE_ADMIN


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
user_delete_param
user User to be deleted String
namespace Namespace identifier to associate with the user String

Response Body

Response indicating Success or Failure to delete user


Examples

Request
POST https://192.168.0.0:4443/object/users/deactivate HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>

<?xml version="1.0" encoding="UTF-8"?>
<user_delete_param>
   <user>wuser2@sanity.local</user>
</user_delete_param>
Response
HTTP/1.1 200 OK
Content-Type: application/xml