Sendbird · Arazzo Workflow
Sendbird Find or Create a User
Version 1.0.0
Look up a user by ID and create them only if they do not already exist.
Provider
Workflows
find-or-create-user
Resolve a user by ID, creating them when absent.
Lists users filtered to a single ID and branches: when present it ends, otherwise it creates the user.
1
findUser
listUsers
Search for an existing user matching the supplied ID.
2
createUser
createUser
Create the user when no existing record was found.