获取项目下成员
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetDevopsProjectMembers |
系统规定参数。取值:GetDevopsProjectMembers。 |
OrgId | String | 是 | 5ebbc0408123212b59xxxxx |
企业标识,也称企业id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrgId】 |
ProjectId | String | 是 | 60af1829a1dee1003fxxxxx |
项目ID,可以在项目链接中获取,如 https://devops.aliyun.com/project/【ProjectId】/story/section/all |
PageSize | Integer | 否 | 20 |
每页个数 |
PageToken | String | 否 | xxasxsaxscdcdddddddddffdd |
分页token |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ErrorCode | String | “” |
错误码 |
ErrorMsg | String | “” |
错误信息 |
NextPageToken | String | assaasdasaxsaxs |
下一个分页token |
Object | Array of Member |
成员列表 |
|
AvatarUrl | String | https://www.baidu.com |
用户头像 |
String | axxssaxxas@aliyun.com |
用户邮箱 |
|
MemberId | String | 60b89885941c8f003fxxxxx |
用户在项目中的Memberid |
Name | String | 用户名 |
用户名 |
Phone | String | 12123243434343 |
用户手机 |
Role | Integer | 1 |
2 拥有者 1 管理员 0成员 |
UserId | String | 60b89885941c8f0saasasfxxxxx |
用户id |
RequestId | String | ASSDS-ASSASX-XSAXSA-XSAXSAXS |
请求id,每次请求都是唯一值,便于后续排查问题 |
Successful | Boolean | true |
true 接口调用成功,false 接口调用失败 |
Total | Integer | 122 |
总数 |
示例
请求示例
http(s)://[Endpoint]/?Action=GetDevopsProjectMembers
&OrgId=5ebbc0408123212b59xxxxx
&ProjectId=60af1829a1dee1003fxxxxx
&<公共请求参数>
正常返回示例
JSON
格式
{"RequestId":"ASSDS-ASSASX-XSAXSA-XSAXSAXS","NextPageToken":"assaasdasaxsaxs","Total":"122","ErrorMsg":"“”","Object":[{"Role":"1","MemberId":"60b89885941c8f003fxxxxx","Email":"axxssaxxas@aliyun.com","AvatarUrl":"https://www.baidu.com","Phone":"12123243434343","UserId":"60b89885941c8f0saasasfxxxxx","Name":"用户名"}],"ErrorCode":"“”","Successful":"true"}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidOrganization.NotFound | The specified organization doe not exist. | 企业信息有误,未找到该企业 |
404 | InvalidPipeline.NotFound | The specified pipeline does not exist. | 未找到流水线 |
404 | InvalidUser.NotFound | The specified user does not exist. | 用户数据有误,未找到该用户 |
400 | InvalidUser.UserNotInCurrentOrganization | The user does not belong to the specified organization. | 当前用户不属于该企业 |
500 | SystemError.UnKnownError | An error occurred while processing your request. | 系统未知异常 |
访问错误中心查看更多错误码。