Skip to main content
This schema describes objects returned by the Workspace Member endpoints.

A member of a workspace with associated user details

id
string<uuid>
required
read-only

Unique identifier for the workspace member

Example:

"019f985c-6360-70ef-99aa-c670ab76ce5f"

email
string<email>
required

Email address of the workspace member

Example:

"user@example.com"

user_id
string<uuid>
required
read-only

User ID of the workspace member

Example:

"019f985c-6360-70ef-99aa-c6714999eba0"

role
enum<string>
required

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.

Available options:
owner,
admin,
editor,
view,
client
Example:

"editor"

timestamp_created
string<date-time>
required
read-only

Timestamp when the workspace member was created

Example:

"2026-07-25T08:20:19.424Z"

workspace_id
string<uuid>
required
read-only

ID of the workspace this member belongs to

Example:

"019f985c-6360-70ef-99aa-c6728bb55ed3"

accepted
boolean
required
read-only

Whether the member has accepted the workspace invitation

Example:

false

user_email
null | string<email>

Email address of the user

Example:

"user@example.com"

nickname
null | string

Private workspace member nickname visible only to the workspace owner

Maximum string length: 80
Example:

"Finance lead"

name
object
read-only
issuer_id
null | string<uuid>

ID of the user who added this member to the workspace

Example:

"019f985c-6360-70ef-99aa-c67347a89f25"

permissions
null | enum<string>[]

The permissions for this workspace member. Used in the app to restrict access to certain sections

Available options:
dashboard.view,
campaigns.view,
campaigns.create,
campaigns.edit,
campaigns.delete,
organization.manage,
organization.integrations,
organization.billing,
organization.users.manage,
leadFinder.view,
customLeadLabels.create,
customLeadLabels.edit,
customLeadLabels.delete,
unibox.all,
analytics.view,
agency.manage,
accounts.view,
accounts.manage,
leadManagement.view,
leads.move,
crm.view,
websiteVisitors.view,
blocklist.manage,
preferences.manage,
inboxPlacement.view,
aiAgents.manage,
workspaceGroupMembers.invite,
workspaceGroupMembers.remove,
workspaceGroupMembers.leave