role must be admin, member, or viewerowner). Subject to your plan's seat cap and to a per-account429). The invite token is emailed to the inviteecurl --location 'https://upload.tf/api/v1/account/members' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "teammate@example.com",
"role": "admin"
}'{
"success": true,
"data": {
"member": {
"id": "b3f1c2d4-5678-4abc-9def-0123456789ab",
"email": "user@example.com",
"role": "admin",
"status": "invited",
"createdAt": "2019-08-24T14:15:22.123Z",
"inviteExpiresAt": "2019-08-24T14:15:22.123Z",
"acceptedAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"seatLockedAt": "2019-08-24T14:15:22.123Z"
}
}
}