Function retrieve_user_comments_with_id

Source
pub async fn retrieve_user_comments_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
) -> Result<UserCommentResponse, Error<RetrieveUserCommentsWithIdError>>
Expand description

Retrieves all the comments for the user with the given Id.