Function create_group

Source
pub async fn create_group(
    configuration: &Configuration,
    x_fusion_auth_tenant_id: Option<&str>,
    group_request: Option<GroupRequest>,
) -> Result<GroupResponse, Error<CreateGroupError>>
Expand description

Creates a group. You can optionally specify an Id for the group, if not provided one will be generated.