Skip to main content
GET
/
management
/
users
TypeScript
const response: Promise<FireblocksResponse<GetConsoleUsersResponse>> = fireblocks.consoleUser.getConsoleUsers();
{
  "users": [
    {
      "id": "<string>",
      "firstName": "<string>",
      "lastName": "<string>",
      "email": "<string>",
      "role": "OWNER",
      "enabled": true,
      "status": "PENDING_ACTIVATION",
      "userType": "API"
    }
  ]
}

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

got console users

users
object[]
required