Workspaces
An object to group users of your product
api_slug: workspaces
singular_noun: Workspace
plural_noun: Workspaces
The Workspace object is available in every Attio workspace, but disabled by default. It can only be activated by a workspace admin, in the objects settings page.
Workspaces represent a grouping of users, or an account, in your product. Workspaces can belong to a company and have multiple users.
Writeable attributes
Attribute | Slug | Type | Traits |
---|---|---|---|
ID | workspace_id | Text | Unique, required |
Name | name | Text | |
Users | users | Record reference | Relationship, inverse of User -> workspaces , multiselect |
Company | company | Record reference | Relationship, inverse of Company -> associated_workspaces |
Avatar URL | avatar_url | Text | Similar to Company logo_url |
Workspaces have a single unique attribute, workspace_id
, which can be used for assertions, or you can add your own.
Updated about 1 year ago