Classic APIs
ClassicGroupsApi
groupSettings

groupSettings

Gets settings for a group.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group to get settings for.

Example

const { data: settings } = await ClassicGroupsApi.groupSettings({ groupId: 5850082 }); 

Example Data

{
  isApprovalRequired: true,
  isBuildersClubRequired: false,
  areEnemiesAllowed: true,
  areGroupFundsVisible: false,
  areGroupGamesVisible: true,
  isGroupNameChangeEnabled: true,
} 

Endpoint

GET /v1/groups/{groupId}/settings