pub async fn get_user(
    configuration: &Configuration,
    user_id: &str,
    id_type: Option<&str>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<UserResponse, Error<GetUserError>>
Expand description

Gets the user object given user id (uuid) or cognito id (cognito)