cURL
curl --request GET \ --url https://api.alfaone.com/api/v1/members \ --header 'x-api-key: <api-key>'
200
Example
{ "members": [ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "jsmith@example.com", "avatarUrl": "<string>", "roles": [ "admin" ], "status": "active", "department": "<string>", "joinedAt": "2023-11-07T05:31:56Z" } ] }
Returns a list of all members in the organization associated with the API key.
API key for authentication. Format: ak_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Successful response
Show child attributes