pub async fn retrieve_entity_with_id(
    configuration: &Configuration,
    entity_id: &str,
    x_fusion_auth_tenant_id: Option<&str>
) -> Result<EntityResponse, Error<RetrieveEntityWithIdError>>
Expand description

Retrieves the Entity for the given Id.