> ## Documentation Index
> Fetch the complete documentation index at: https://docs.attio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Users and workspaces

*Not to be confused with our standard objects [users](/docs/standard-objects/standard-objects-users) and [workspaces](/docs/standard-objects/standard-objects-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](/rest-api/endpoint-reference/workspace-members/list-workspace-members).
