groupSettings
Gets settings for a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The 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