Function fastly_api::apis::user_api::update_user
source · [−]pub async fn update_user(
configuration: &Configuration,
params: UpdateUserParams
) -> Result<UserResponse, Error<UpdateUserError>>Expand description
Update a user. Only users with the role of superuser can make changes to other users on the account. Non-superusers may use this endpoint to make changes to their own account. Modifications to login email require a valid password in the request body. Two-factor attributes are not editable via this endpoint.