Users and workspaces
Not to be confused with our standard objects users and workspaces
A user is a login account with Attio. For example, a person who has signed up to Attio with the email person@company.com
.
A workspace is a company account with objects, records, lists and such. Every user has at least one workspace created when signing up for the first time. Some users will have multiple workspaces when they are members of large orgsharanisations with multiple workspaces, or for testing and development purposes.
Since users can join multiple workspaces, we use the workspace member concept to represent a single user in a single workspace (this also encapsulates their permissions, such as whether they are an admin).
All access to the Attio API is scoped to a single workspace, so you will never interact with users directly. Instead, user-level data such as email addresses are accessed through workspace member APIs.
Was this page helpful?