curl --request GET \ --url https://api.sandbox.goteal.co/members/{member_id} \ --header 'X-API-KEY: <api-key>'
{ "email": "john.smith@goteal.co", "role": "Owner", "name": "John Smith", "status": "unconfirmed", "mfa_status": "sms" }
ID of the Member to get
Created
The response is of type object.
object