Update Team Member
Changes a team member’s system role. Requires a user session — account API keys cannot change member roles. The account owner’s role cannot be changed, and you cannot change your own role.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-20"
Path Parameters
Team member ID — ausr_ for accepted members, ausri_ for pending invites.
Body
The system role to grant.
owner, admin, sales_manager, moderator, advertiser Response
Team member updated.
The account this membership belongs to, prefixed biz_.
When the member joined or the invite was sent, as an ISO 8601 timestamp.
The member's email address. For accepted members, null unless the caller holds the email read scope; for invites, the invited address.
Team member ID — ausr_ for accepted members, ausri_ for pending invites.
Whether this member is an agent (app-controlled account) rather than a human team member. Always false for invites.
The member's role on the account. custom means a bespoke dashboard-managed role; the API can read but not grant it.
owner, admin, sales_manager, moderator, advertiser, app_manager, support, manager, custom "owner"
joined for accepted members, pending while the invite is pending.
joined, pending "joined"
When the membership was last updated, as an ISO 8601 timestamp.
The user behind this team membership. null for an invite sent to an email with no Whop account yet.

