获取当前用户在项目中的成员资格信息

通过项目 ID 获取指定用户在项目中的成员资格上下文

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

project_idstring必需格式: "uuid"

查询参数

user_idstring可选

响应

Project membership success response
collaboratorboolean可选
ownerboolean可选
team_memberboolean可选
team_rolestring可选

错误

401
Unauthorized Error
404
Not Found Error