cURL
curl --request GET \ --url https://api.withallo.com/v2/api/users \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "usr-abc123", "name": "Alex Kim", "email": "[email protected]", "role": "ADMIN", "status": "ACTIVE", "image_url": "https://storage.withallo.com/avatars/usr-abc123.jpg" }, { "id": "usr-def456", "name": "Jordan Lee", "email": "[email protected]", "role": "MEMBER", "status": "ACTIVE", "image_url": null } ] }
Returns all team members.
Documentation IndexFetch the complete documentation index at: https://help.withallo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
USERS_READ
ADMIN
MANAGER
MEMBER
ACTIVE
BLOCKED
List of users
Show child attributes
Cette page vous a-t-elle été utile ?