Meta · Arazzo Workflow
Meta Update Current User Profile
Version 1.0.0
Resolve the current user, update their profile, then read it back to confirm.
View Spec
View on GitHub
AdvertisingAnalyticsArtificial IntelligenceMessagingSocialSocial MediaVirtual RealityArazzoWorkflows
Provider
Workflows
update-current-user-profile
Update the authenticated user's profile and verify the change.
Resolves the current user id, applies a profile update, and re-reads the user node to confirm the write.
1
getCurrentUser
getMe
Resolve the authenticated user's id from the access token.
2
applyUpdate
updateUser
Post the supplied update object to the resolved User node.
3
readBack
getUser
Re-read the User node to confirm the updated values persisted.