Rules
Create Client Rule
Creates a new worker matching rule for a specific client. Rules filter which workers are eligible for this client’s events based on custom field values, credentials, and tags.
POST
Create Client Rule
Rules filter which workers are eligible for this client’s events. A rule is defined by a
field_id (referencing a worker custom field) and an operator (is, is not, etc.).
The response includes the full rule structure with resolved field names, credentials, and tags:
fields— Custom field conditions (e.g., “Facial Hair is Yes”).credentials— Credential requirements (e.g., “has Completion certificate”).has_tags— Workers must have these tags.does_not_have_tags— Workers must not have these tags.
Authorizations
Path Parameters
Client ID
Body
application/json
Rule definition. Requires field_id and operator.
Create Client Rule