Logo
Fireblocks API Documentation

Get Api users

GET {{baseUrl}}/management/api_users

Get Api users of your tenant

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "users": [ { "id": "<string>", "name": "<string>", "role": "AUDITOR", "enabled": "<boolean>", "status": "PENDING_DEVICE_PAIRING", "userType": "API" }, { "id": "<string>", "name": "<string>", "role": "OWNER", "enabled": "<boolean>", "status": "PENDING_DEVICE_PAIRING", "userType": "CONSOLE" } ] }



Curl
curl -X GET 'https://api.fireblocks.io/v1/management/api_users' -H 'Accept: application/json'

ENDPOINTS