cURL
curl --request POST \ --url https://api.sandbox.goteal.co/members \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "email": "john.smith@goteal.co", "role": "FullMember" }'
{ "email": "john.smith@goteal.co", "role": "Owner", "name": "John Smith", "status": "unconfirmed", "mfa_status": "sms" }
Created
The response is of type object.
object