Skip to main content
GET
/
management
/
user_groups
/
{groupId}
TypeScript
const response: Promise<FireblocksResponse<UserGroupResponse>> = fireblocks.userGroupsBeta.getUserGroup(userGroupsBetaApiGetUserGroupRequest);
{
  "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.

Path Parameters

groupId
string
required

The ID of the user group

Response

User group

name
string
id
string
memberIds
string[]
status
string