# Create an SSO group Create a new SSO group for user management and access control within the specified SSO configuration for the account (tenant). Endpoint: POST /resources/sso/v1/configurations/{configurationId}/groups Version: 1.0 ## Header parameters: - `frontegg-tenant-id` (string, required) The account (tenant) ID identifier ## Path parameters: - `configurationId` (string, required) ## Request fields (application/json): - `group` (string, required) - `roleIds` (array, required) ## Response 201 fields