Skip to main content
POST
Invite team member

Authorizations

Authorization
string
header
required

Access token issued by gtm.service.id. Its access_identity claim carries team_sid, actor_sid and actor_type, and that team scope is authoritative.

Team-SID
string
header
required

Team scope for tokens that do not carry one. Ignored when the token already names a team.

Body

application/json

Request body of create_team_member.

email
string<email>
required
Maximum string length: 255
permissions
string[]
required

Unified permission tokens; [] = membership only.

Maximum string length: 128
account_sids
string[] | null

Profile slice; null/omitted = all team profiles.

Connected-account sid (ln_ac_…): a member profile-slice entry.

Required string length: 18
Pattern: ^ln_ac_

Response

create success envelope.

success
enum<boolean>
required
Available options:
true
operation
enum<string>
required
Available options:
create
item
object
required
already_exists
boolean
required
meta
object
required