pub async fn update_user(
configuration: &Configuration,
app_id: &str,
alias_label: &str,
alias_id: &str,
update_user_request: UpdateUserRequest,
) -> Result<InlineResponse202, Error<UpdateUserError>>
Expand description
Updates an existing User’s properties.