POST
/
deployments
/
{deployment_id}
/
users
curl --request POST \
  --url https://web.inquira.app/api/v1/deployments/{deployment_id}/users \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "users": [
    {}
  ],
  "schedule_time": "2023-11-07T05:31:56Z"
}'
{
  "success": true,
  "count": 123
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
users
object[]
required

Array of user objects with dynamic properties based on the Workflow InputSchema

schedule_time
string

ISO timestamp when the calls should be scheduled

Response

200
application/json
Object with deployment data.
success
boolean
required

Whether the operation was successful

count
number
required

Number of users added to the deployment