Skip to content

Users API

Updated 13 Jul 2026

Users API primarily works with a user’s membership in a company space. Responses and validations therefore combine data from the global user and that user’s membership in the space.

TaskNote
List usersSupports filtering by state and sync_status.
User detailCan be looked up by internal ID or personal_id.
Create userCreates active membership in the company space.
Update userChanges user data and membership data.
ArchiveInternally revokes the membership.
RestoreReturns revoked membership back to active use.

Integrations need to agree whether the primary identifier is:

  • internal ID,
  • personal_id,
  • e-mail.

E-mail is readable, but it may not be stable. personal_id is often better for HR integrations.

  • Archiving is not physical deletion.
  • Changing full_name can affect other memberships of the same global user.
  • Supervisor can be referenced by internal ID, personal_id, or e-mail.
  • Last-owner validation protects the company space from losing its owner.