v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Permission Groups

Get Permission Group

This endpoint returns the metadata of a Permission Group identified by the permissionGroupId.

get/v1/permissions/{permissionGroupId}

Path parameters

permissionGroupIdinteger required

The identifier of the Permission Group.

Response

When everything is ok, the permission group data returned.

permissionGroupIdinteger required

Identifier of the Permission Group.

namestring required

Name of the Permission Group.

canManageMembersboolean required

Group members can manage team members.

canCreateOrUpdateConfigboolean required

Group members can create/update Configs.

canDeleteConfigboolean required

Group members can delete Configs.

canCreateOrUpdateEnvironmentboolean required

Group members can create/update Environments.

canDeleteEnvironmentboolean required

Group members can delete Environments.

canCreateOrUpdateSettingboolean required

Group members can create/update Feature Flags and Settings.

canTagSettingboolean required

Group members can attach/detach Tags to Feature Flags and Settings.

canDeleteSettingboolean required

Group members can delete Feature Flags and Settings.

canCreateOrUpdateTagboolean required

Group members can create/update Tags.

canDeleteTagboolean required

Group members can delete Tags.

canManageWebhookboolean required

Group members can create/update/delete Webhooks.

canUseExportImportboolean required

Group members can use the export/import feature.

canManageProductPreferencesboolean required

Group members can update Product preferences.

canManageIntegrationsboolean required

Group members can add and configure integrations.

canViewSdkKeyboolean required

Group members has access to SDK keys.

canRotateSdkKeyboolean required

Group members can rotate SDK keys.

canCreateOrUpdateSegmentsboolean required

Group members can create/update Segments.

canDeleteSegmentsboolean required

Group members can delete Segments.

canViewProductAuditLogboolean required

Group members has access to audit logs.

canViewProductStatisticsboolean required

Group members has access to product statistics.

canDisable2FAboolean required

Group members can disable two-factor authentication for other members.

accessType'readOnly' | 'full' | 'custom' required

Represent the Feature Management permission.

newEnvironmentAccessType'full' | 'readOnly' | 'none' required

Represent the environment specific Feature Management permission.

approvalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves' | 'custom' required

Represents the permission group level change request approval permission.

newEnvironmentApprovalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves' required

Represents the environment specific change request approval permission.