App Logo
dashboard.stripe.com

Invite team member (Stripe)

Invite someone into a Stripe team by email, with built-in verification. It records the member list and the pending invitations before and after the action, returning invited / verified / collateralChange — proof the right person was added and nobody else moved. Stripe membership is invite-based: the invitee stays pending until they accept, so this reports an invitation, not an active member. The role you ask for is matched against your account's own role list and defaults to the least privileged one; roles your account is not allowed to grant are reported up front with the list of ones it can. Stripe sometimes asks you to confirm your identity before it will apply a team change — when that happens the invitation is refused and this stops with a clear explanation instead of reporting success, so complete that confirmation in the dashboard and run it again. dryRun (default true) fills the form and stops before sending. Requires being signed into Stripe with team permissions. Pair with dashboard.stripe.com/delete_user, which also cancels a pending invite.

Input

email required

Email address to invite to the Stripe team.

role optional

Role name to grant, matched against this account's role list (e.g. "View Only", "Administrator"). Defaults to "View Only".

dryRun optional

When true (the default) the invite panel is filled in and then dismissed without sending. Set false to actually send the invite.

Output

email required
dryRun required
invited required
after optional
before optional
verified optional
roleMatched optional
roleRequested optional
collateralChange optional

Start building not clicking