Notion · Arazzo Workflow
Notion Resolve a Workspace User Directory
Version 1.0.0
Identify the integration bot, list workspace users, then retrieve the first user in detail.
View Spec
View on GitHub
CollaborationDatabaseIdeasNotesProductivityProjectsT1TasksWikiWorkspaceArazzoWorkflows
Provider
Workflows
user-directory-resolve
Identify the bot, list users, and retrieve the first user.
Retrieves the bot user for the current token, lists workspace users, and when at least one user is returned, retrieves that first user's full record.
1
whoAmI
retrieveBotUser
Retrieve the bot user associated with the current token to confirm the integration identity.
2
listUsers
listUsers
List the workspace users and capture the ID of the first user returned.
3
retrieveUser
retrieveUser
Retrieve the first listed user in full detail.