The user object

Represents an individual user within an organization.source

The object type, which is always organization.usersource

The identifier, which can be referenced in API endpointssource

The name of the usersource

The email address of the usersource

owner or readersource

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

OBJECT The user object
1
2
3
4
5
6
7
8
{
    "object": "organization.user",
    "id": "user_abc",
    "name": "First Last",
    "email": "user@example.com",
    "role": "owner",
    "added_at": 1711471533
}