cURL
curl --request GET \ --url https://api.flare.io/firework/v2/organizations/{organization_id}/members/{user_id} \ --header 'Authorization: Bearer <token>'
{ "member": { "tenant_count": 123, "user": { "email": "<string>", "id": 123, "is_disabled": true, "name": "<string>", "organization_member_permissions": { "*": {} }, "registered_at": "2023-11-07T05:31:56Z", "surname": "<string>", "urn": "<string>" } } }
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?