Consistency between users and userinfo endpoints

I was wondering if Okta makes any guarantees about read/write consistency when it comes to the users and userinfo endpoints. During testing we noticed that modifications made to a user (POST to users) weren’t always reflected immediately in the response body of a subsequent GET to userinfo. For some endpoints the documentation explicitly states this as expected behavior (like keys), but not for userinfo. Can anyone confirm or deny?