Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Remove Password Group For User

POST /object/user-password/{uid}/deactivate

Deletes password group for a specified user.

uidValid user identifier to delete password group

Required Roles

Requires one of the following roles:

  • NAMESPACE_ADMIN

  • SYSTEM_ADMIN


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
user_password_group_param
namespace Namespace identifier to associate with the user String

Response Body

Response indicating success or failure to delete password group


Examples

Request
POST https://192.168.0.0:4443/object/user-password/testlogin/deactivate HTTP/1.1

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

<user_password_group_param>
   <namespace>s3</namespace>
</user_password_group_param>
Response
HTTP/1.1 204 No Response
Content-Type: application/xml