Removes the specified tags from a specified IAM User in the caller's namespace or x-emc-namespace header if provided.
TagKeys | A list of tags that you want to remove from the user. |
UserName | Simple name identifying the user. |
This call has no restrictions.
No Request Payload
No Response Body
POST https://192.168.0.0:4443/iam?TagKeys.member.1=Department&TagKeys.member.2=Region&UserName=User1&Action=UntagUser Accept: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> x-emc-namespace: <namespace>
HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <UntagUserResponse> <ResponseMetadata> <RequestId>0af9f5b8:17178fe9282:c9e6:4b</RequestId> </ResponseMetadata> </UntagUserResponse>