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>"
  }
]

Response

List of the user groups in your workspace

name
string
id
string
memberIds
string[]
status
string