创建群组

所属服务

sam

接口方法

GET

请求url

/sam?Action=CreateGroup&Version=2018-03-22&GroupName=&Description=

url 参数

参数名称说明参数类型是否必填备注
GroupName组名称(1-64位小写字母、数字、中划线组成,以字母开头,字母或数字结尾)string
Description组描述信息(最大长度240)string
ActionCreateGroupstring
Version2018-03-22string

返回参数

参数名称说明参数类型是否必填备注
CodeCodestring
MessageMessagestring

状态码

错误码(Code)错误提示(Message)http status code说明
InvalidParameterValueThe parameter %s cannot accept value %s.400参数 %s 不允许为 %s
MissingParameterThe required input parameter %s for processing this request is not supplied.400缺少%s参数
GroupNameExistThe group name is already exist.400组名称已存在
BeyondGroupQuotaBeyond user group quota.400创建用户组个数达到最大限度
DataFormatErrorData format is wrong.400数据格式错误

请求示例

https://open.cn-east-1.163yun.com/sam?Action=CreateGroup&Version=2018-03-22&GroupName=grouptest&Description=test

返回示例

{
	"Message": "调用成功",
	"RequestId": "80accc8c-69b3-4f56-9a0e-f26c9b3267e0",
	"Code": "Success"
}