Meta · Arazzo Workflow
Meta Audit Current User
Version 1.0.0
Resolve the current user, read their full profile node, then pull their feed.
View Spec
View on GitHub
AdvertisingAnalyticsArtificial IntelligenceMessagingSocialSocial-MediaVirtual RealityArazzoWorkflows
Provider
Workflows
audit-current-user
Snapshot the authenticated user's identity, profile, and feed.
Resolves the user id, reads the profile node with the requested fields, and retrieves the feed edge.
1
getCurrentUser
getMe
Resolve the authenticated user's id from the access token.
2
readProfile
getUser
Read the full User node for the resolved id with the requested fields.
3
getFeed
getUserFeed
Retrieve the feed of posts for the resolved user.