Skip to main content
GET
/
management
/
user_groups
TypeScript
const response: Promise<FireblocksResponse<UserGroupsResponse>> = fireblocks.userGroupsBeta.getUserGroups();
[
  {
    "name": "<string>",
    "id": "<string>",
    "memberIds": [
      "<string>"
    ],
    "status": "<string>"
  }
]

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 the user groups in your workspace

name
string
id
string
memberIds
string[]
status
string