cURL
curl --request GET \ --url https://api.breakcold.com/rest/members \ --header 'X-API-KEY: <api-key>'
[ { "id": "<string>", "role": "ADMIN", "is_invitation": true, "user": { "id": "<string>", "handle": "<string>", "full_name": "<string>", "email": "<string>", "avatar_url": "<string>" } } ]
Successful response
ADMIN
MANAGER
MEMBER
GUEST
Show child attributes
Was this page helpful?