获取子账号加入的群组

所属服务

sam

接口方法

GET

请求url

/sam?Action=ListGroupsForUser&Version=2018-03-22&UserName=

url 参数

参数名称说明参数类型是否必填备注
UserName子账号名称string
ActionListGroupsForUserstring
Version2018-03-22string

返回参数

参数名称说明参数类型是否必填备注
Groups群组列表array详细信息见下表
CodeCodestring
MessageMessagestring

Groups

参数名称说明参数类型是否必填备注
GroupName群组名称string
Description群组描述string
CreateDate创建时间string
JoinTime加入时间string

状态码

错误码(Code)错误提示(Message)http status code说明
ProductNotActive400null
MissingParameter400null

请求示例

https://open.cn-east-1.163yun.com/sam?Action=ListGroupsForUser&Version=2018-03-22&UserName=usertest

返回示例

{
	"Message": "调用成功",
	"RequestId": "eb5a60d3-021c-4e44-80ce-e842a24b0207",
	"Groups": [{
		"GroupName": "grouptest",
		"Description": "test",
		"CreateDate": "2020-01-17T07:54:48Z",
		"JoinTime": "2020-01-17T08:00:49Z"
	}],
	"Code": "Success"
}