Updates the CAS registered applications for a specified namespace and user identifier.
| namespace | Namespace for which to set metadata |
| uid | User identifier for which to set metadata |
Requires one of the following roles:
SYSTEM_ADMIN
NAMESPACE_ADMIN
The following conditions must be met in order to call this operation.
Namespace must exist
User identifier must exist
All parameters are required unless otherwise stated.
| Field | Description | Type | Notes |
| user_metadata_param | |||
| metadata | CAS metadata to be set for the user | Map |
Response indicating Success or Failure to set metadata
POST https://192.168.0.0:4443/object/user-cas/metadata/s3/testlogin.xml HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> <user_metadata_param> <metadata>data</metadata> </user_metadata_param>
HTTP/1.1 200 OK Content-Type: application/xml