cURL
curl --request GET \ --url https://api.sandbox.goteal.co/members \ --header 'X-API-KEY: <api-key>'
{ "pagination": { "offset": 75, "limit": 25, "count": 14, "total_count": 89 }, "members": [ { "email": "[email protected]", "role": "Owner", "status": "unconfirmed", "mfa_status": "sms", "name": "John Smith" } ] }
The offset to start at
x >= 1
The number of items to return
1 <= x <= 100
OK
Show child attributes
The offset to start at - zero based
75
25
x >= 0
14
89
"[email protected]"
The Role of the Member
"Owner"
the status of the Member
unconfirmed
confirmed
archived
compromised
unknown
reset_required
force_change_password
external_provider
"unconfirmed"
sms
email
disabled
"sms"
Names of the Member
"John Smith"