Logo
Fireblocks API Documentation

List users

GET {{baseUrl}}/users

List all users for the workspace.

Please note that this endpoint is available only for API keys with Admin permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "role": "<string>", "email": "<string>", "enabled": "<boolean>" }, { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "role": "<string>", "email": "<string>", "enabled": "<boolean>" } ]



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

ENDPOINTS