The project user object

Represents an individual user in a project.source

The object type, which is always organization.project.usersource

The identifier, which can be referenced in API endpointssource

The name of the usersource

The email address of the usersource

owner or membersource

The Unix timestamp (in seconds) of when the project was added.source

OBJECT The project user 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
}