Function fusionauth_rust_client::apis::default_api::create_group_with_id
source · pub async fn create_group_with_id(
configuration: &Configuration,
group_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
group_request: Option<GroupRequest>
) -> Result<GroupResponse, Error<CreateGroupWithIdError>>
Expand description
Creates a group. You can optionally specify an Id for the group, if not provided one will be generated.