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>"
}
'Account
Invite team member
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>"
}
'⌘I