添加项目成员。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
POST /organization/{organizationId}/projects/{projectId}/updateMember
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
organizationId | string | 是 | 企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https:// devops.aliyun.com/organization/【OrganizationId】 | 5ebbc0228123212b59xxxxx |
body | object | 是 | 添加的用户信息 | |
roleIdentifier | string | 是 | 角色 id,例如管理员:project.admin,参与人:project.participant,或者其他自定义角色,id 可以从 https:// devops.aliyun.com/projex/api/workspace/role/list?targetType=Space&targetIdentifier=【spaceIdentifier】接口中获取到,其中 spaceIdentifier 为需要查询的项目 id | project.admin |
userIdentifier | string | 是 | 用户 aliyunPk,也就是阿里云账号 Id | 19xx7043xxxxxxx914 |
userType | string | 是 | 用户类型,这里为单用户 user | user |
targetType | string | 是 | 资源类型,这里为 Space | Space |
targetIdentifier | string | 是 | 资源 id,也就是项目 id | 5e70xxxxxxcd000xxxxe96 |
projectId | string | 是 | 项目 id,同 spaceIdentifier | 5e70xxxxxxcd000xxxxe96 |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "ASSDS-ASSASX-XSAXSA-XSAXSAXS",
"errorMsg": "error",
"errorCode": "Openapi.RequestError",
"success": true,
"member": {
"id": "1124382",
"roleIdentifier": "project.admin",
"userIdentifier": "19xx7043xxxxxxx914",
"userType": "user",
"targetType": "Space",
"gmtCreate": 1623916393000,
"gmtModified": 1623916393000,
"targetIdentifier": "5e70xxxxxxcd000xxxxe96"
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Openapi.RequestError | request error | OpenAPI请求数据错误 |
403 | Operate.NoPermission | NoPermission | 没有权限 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史