Skip to main content
POST
/
developers
/
account
/
team
Invite team member
curl --request POST \
  --url https://api.txcloud.io/v1/developers/account/team \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "role": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
role
string

Response

201

Invitation sent