pub async fn create_entity_with_id(
configuration: &Configuration,
entity_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
entity_request: Option<EntityRequest>,
) -> Result<EntityResponse, Error<CreateEntityWithIdError>>
Expand description
Creates an Entity. You can optionally specify an Id for the Entity. If not provided one will be generated.