Add a temporary membership override for the authenticated user. While any temporary memberships exist, normal memberships are ignored. Requires can_view_all_teams privilege. Usually only applicable to testing.
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
UUID of the team to add membership for. Provide exactly one of team_uuid, division_uuid, or company_uuid.
UUID of the division to add membership for.
UUID of the company to add membership for.
Membership type. Defaults to 'member'.
member - memberadmin - adminowner - ownermember, admin, owner Email of the user to grant membership to. Defaults to the authenticated user.
No response body