cURL
curl --request GET \ --url https://api.flare.io/firework/v2/tenants/{tenant_id}/users \ --header 'Authorization: Bearer <token>'
{ "next": 123, "items": { "id": 123, "name": "<string>", "surname": "<string>", "email": "<string>", "is_readonly": true, "role": "viewer", "is_disabled": true } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes
Was this page helpful?