TypeScript
const response: Promise<FireblocksResponse<GetAPIUsersResponse>> = fireblocks.apiUser.getApiUsers();
{ "users": [ { "id": "<string>", "name": "<string>", "role": "OWNER", "enabled": true, "status": "PENDING_ACTIVATION", "userType": "API" } ] }
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 api users
Show child attributes