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": "019769d6-c14b-778b-971b-9b79cc495a2e", "email": "user@example.com", "user_id": "019769d6-c14b-778b-971b-9b7a9d02926b", "role": "editor", "timestamp_created": "2025-06-13T15:09:31.339Z", "workspace_id": "019769d6-c14b-778b-971b-9b7bb18f2fa2", "accepted": false, "issuer_id": "019769d6-c14b-778b-971b-9b7c0371d30b" }