Skip to main content
GET
/
users
TypeScript
const response: Promise<FireblocksResponse<GetUsersResponse>> = fireblocks.users.getUsers();
[
  {
    "id": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "role": "<string>",
    "email": "<string>",
    "enabled": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

List of users

id
string
firstName
string
lastName
string
role
string
email
string
enabled
boolean