子账号加入群组
所属服务
sam
接口方法
GET
请求url
/sam?Action=AddUserToGroup&Version=2018-03-22&GroupName=&UserName=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
GroupName | 组名 | string | 是 | |
UserName | 子账号名称 | string | 是 | |
Action | AddUserToGroup | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Code | string | 是 | ||
Message | string | 是 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | Sam product is not activate. | 400 | 访问控制产品未激活 |
MissingParameter | The required input parameter %s for processing this request is not supplied. | 400 | 缺少%s参数 |
EntityNotExist | The require entity is not exist. | 400 | 查询对象不存在 |
BeyondGroupMaxMember | Beyond group user max member. | 400 | 超过组最大成员上限 |
AlreadyJoinGroup | Already join group. | 400 | 已加入组 |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=AddUserToGroup&Version=2018-03-22&GroupName=grouptest&UserName=usertest
返回示例
{
"Message": "调用成功",
"RequestId": "5a859349-ef97-411f-9693-cbe4c7733c84",
"Code": "Success"
}