User Object Overview
Fields
Field | Type | Description |
---|---|---|
| string | Unique identifier for the user (prefix: |
| string | The workspace the user belongs to |
| string | Full name of the user |
| string | Email address (must be unique within workspace) |
| string | User role ( |
| string | User status ( |
| string | Timestamp of when the user was created (ISO 8601) |
Get Current User (via API)
Returns details about the authenticated user.
List All Users in a Workspace
Deactivating a User
You can’t delete users from a workspace, but you can suspend them to revoke access:
Suspended users cannot log in, track time, or access the API.
Relationships
User IDs are referenced in:
Time Entries (
user_id
)Projects (as
members
)Invoices (for creator or billing contact)
Audit Logs