Get console users for your workspace.
TypeScript
const response: Promise<FireblocksResponse<GetConsoleUsersResponse>> = fireblocks.consoleUser.getConsoleUsers();
{ "users": [ { "id": "<string>", "firstName": "<string>", "lastName": "<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.
got console users
Show child attributes
Was this page helpful?