API
Introduction
Authentication
Errors
Pagination
Webhooks
Resources
Workflows
Schema Overview
List Workflows
Retrieve a Workflow
Users
Schema Overview
List Users
Invite Users
Roles
Schema Overview
List Roles
Jobs
Schema Overview
List Jobs
Retrieve a Job
Start a Job
Delete a Job
Form fields
Schema Overview
List Fields
Retrieve a Field
Create a Field
API
Website
Log in
Users
Invite Users
Invite multiple users to join your account. Invited users have access to all workflows.
POST
/users
Request Body
emails
array of strings
A list of email addresses to send invitations.
roleKey
string
The role to give the invited users.
Example Response
{ "status": "ok", "code": 200, "data": { "invitationsSent": 2 } }
API
Introduction
Authentication
Errors
Pagination
Webhooks
Resources
Workflows
Schema Overview
List Workflows
Retrieve a Workflow
Users
Schema Overview
List Users
Invite Users
Roles
Schema Overview
List Roles
Jobs
Schema Overview
List Jobs
Retrieve a Job
Start a Job
Delete a Job
Form fields
Schema Overview
List Fields
Retrieve a Field
Create a Field