List User Memberships
List all company, division, or user memberships for the authenticated user. Memberships at the company level will be inherited by division and teams, and memberships at the division level will be interited by teams.
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Response
True if this membership is a temporary override. While temporary memberships are active, the user's normal memberships are ignored.
Email address of the member. On create, supply user_email instead of user_id to add a user by email; if no account exists, one will be created. Optionally include first_name and last_name to populate the new account.
First name of the member.
Last name of the member.
UUID of this membership record.
UUID of the company the user belongs to.
UUID of the division the user belongs to.
Role of the user within the team, division, or company. Defaults to 'member'.
member- Memberadmin- Adminowner- Owner
member, admin, owner UUID of the team the user belongs to.
ID of the user. On create, supply either user_id (for an existing user) or user_email.