成员账号接受加入企业组织邀请
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AcceptInvitation | 要执行的操作,取值:AcceptInvitation |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
InviteId | String | 是 | 邀请记录Id | |
LinkId | String | 是 | 邀请链接唯一Id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
暂无数据 |
GET /?Action= AcceptInvitation&Version=2022-01-01 --header 'Content-Type: application/json' \ -d '{"InviteId": 1111223344556677889","LinkId":1011223344556677999"}'
{ "ResponseMetadata": { "RequestId": "02162970384296100000000000000000000ffff0a4f0a5241c825", "Action": "AcceptInvitation", "Version": "20200101" } }
下表提供了该接口业务逻辑相关的错误码。公共错误码请参见公共错误码。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
500 | InternalError | Unknown internal error: %v | 未知错误,根据错误信息判断详情 |
400 | PermissionError | No permission to perform action[%s] on resource %s | 无权限,没有对该资源进行该操作的权限 |
400 | AccountNotVerified | account not verified/account not enterprise verified | 账号未实名认证/账号未企业认证 |
400 | InvitationInvalidStatus | The invitation record current status can not be [%s] | 邀请状态不可变更 |
400 | OrgNotHadAccountVerification | org not have target account verification | 组织不存在目标账号的认证主体 |
400 | ConcurrentException | concurrent request exception | 并发请求异常 |
400 | OrgAccountAlreadyInOrg | The account %d already in org | 账号已加入组织 |
400 | InvalidParam | The parameter %v[%v] is invalid. | 参数不合法 |
404 | RecordNotExists | record %s not exists | 记录不存在 |
400 | InvitationIExpired | The invitation is expired | 邀请已过期 |