Represents an individual user
within an organization.
Name | Type | Description | Notes |
---|---|---|---|
_object | ObjectEnum | The object type, which is always `organization.user` | |
id | String | The identifier, which can be referenced in API endpoints | |
name | String | The name of the user | |
String | The email address of the user | ||
role | RoleEnum | `owner` or `reader` | |
addedAt | Integer | The Unix timestamp (in seconds) of when the user was added. |
Name | Value |
---|---|
ORGANIZATION_USER | "organization.user" |
Name | Value |
---|---|
OWNER | "owner" |
READER | "reader" |