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