Datadog · Arazzo Workflow
Datadog Invite a User
Version 1.0.0
Create (invite) a user for the organization, read it back, then list users.
Provider
Workflows
invite-user
Create a Datadog user, get it, then list all users.
Creates a user for the organization with the supplied email, reads it back by id, and lists all users in the organization.
1
createUser
CreateUser
Create a user for the organization with the supplied attributes.
2
getUser
GetUser
Fetch the created user by id to confirm the account exists.
3
listUsers
ListUsers
List all users in the organization so the new account can be located.