pub async fn get_user(
configuration: &mut Configuration,
params: GetUserParams,
) -> Result<UserResponse, Error<GetUserError>>
Expand description
Get a specific user.
pub async fn get_user(
configuration: &mut Configuration,
params: GetUserParams,
) -> Result<UserResponse, Error<GetUserError>>
Get a specific user.