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

Path Parameters

groupId
string
required

The ID of the user group

Response

User group

name
string
id
string
memberIds
string[]
status
string