Attaches a policy to a RAM user group.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | AttachPolicyToGroup |
The operation that you want to perform. Set the value to AttachPolicyToGroup. |
GroupName | String | Yes | dev |
The name of the RAM user group. |
PolicyName | String | Yes | OSS-Administrator |
The name of the policy. |
PolicyType | String | Yes | Custom |
The type of the policy. Valid values: |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 697852FB-50D7-44D9-9774-530C31EAC572 |
The ID of the request. |
Examples
Sample requests
https://ram.aliyuncs.com/?Action=AttachPolicyToGroup
&PolicyType=Custom
&PolicyName=OSS-Administrator
&GroupName=dev
&<Common request parameters>
Sample success responses
XML
format
<AttachPolicyToGroupResponse>
<RequestId>697852FB-50D7-44D9-9774-530C31EAC572</RequestId>
</AttachPolicyToGroupResponse>
JSON
format
{
"RequestId":"697852FB-50D7-44D9-9774-530C31EAC572"
}
Error codes
For a list of error codes, visit the API Error Center.