项目用户对象

表示项目中的单个用户。source

对象类型,始终为organization.project.usersource

标识符,可在 API 端点中引用source

用户的名称source

用户的电子邮件地址source

ownermembersource

添加项目时的 Unix 时间戳(以秒为单位)。source

OBJECT 项目用户对象
1
2
3
4
5
6
7
8
{
    "object": "organization.project.user",
    "id": "user_abc",
    "name": "First Last",
    "email": "user@example.com",
    "role": "owner",
    "added_at": 1711471533
}