A member of a workspace with associated user details
Unique identifier for the workspace member
User ID of the workspace member
THe role of the workspace member defining their access level. While the "owner" role is listed in the enum, it cannot be created via the API, and is only assigned to the user who creates the workspace.
| Enum Value | Description |
|---|---|
| owner | Owner - Full access and workspace management |
| admin | Admin - Full access except workspace deletion |
| editor | Editor - Can edit but not manage workspace settings |
| view | View - Read-only access |
| client | This is a special role for users in the whitelabel (agency) view. It is not available in the API. |
Timestamp when the workspace member was created
ID of the workspace this member belongs to
Whether the member has accepted the workspace invitation
ID of the user who added this member to the workspace
The permissions for this workspace member. Used in the app to restrict access to certain sections
| Enum Value | Description |
|---|---|
| dashboard.view | View the dashboard |
| campaigns.view | View campaigns |
| campaigns.create | Create campaigns |
| campaigns.edit | Edit campaigns |
| campaigns.delete | Delete campaigns |
| organization.manage | Manage organization |
| organization.integrations | Manage organization integrations |
| organization.billing | Manage organization billing |
| organization.users.manage | Manage organization users |
| leadFinder.view | View lead finder |
{ "id": "019afb5d-4186-7553-830d-8257c9f7a58e", "email": "user@example.com", "user_id": "019afb5d-4186-7553-830d-825894aaf41d", "user_email": "user@example.com", "name": { "first": "John", "last": "Smith" }, "role": "editor", "timestamp_created": "2025-12-08T00:29:44.198Z", "workspace_id": "019afb5d-4186-7553-830d-8259b5da5ae6", "accepted": false, "issuer_id": "019afb5d-4186-7553-830d-825a65c36984", "permissions": null }