List all users for the workspace.
Please note that this endpoint is available only for API keys with Admin permissions.
TypeScript
const response: Promise<FireblocksResponse<GetUsersResponse>> = fireblocks.users.getUsers();
[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "role": "<string>", "email": "<string>", "enabled": true } ]
Documentation IndexFetch the complete documentation index at: https://developers.fireblocks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
List of users