pub async fn get_user(
configuration: &Configuration,
user_id: &str,
) -> Result<User, Error<GetUserError>>
Expand description
Retrieve the details of a user
pub async fn get_user(
configuration: &Configuration,
user_id: &str,
) -> Result<User, Error<GetUserError>>
Retrieve the details of a user