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