List Complete Workflow Library​
This lists all triggers, actions, and operators in the library
Query Parameters
- limit int32
Possible values:
<= 250
Default value:
250
Max number of results to return. See V3 API Standard Collection Parameters for more information.
Example: 250 - offset int32
Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.
- 200
- 400
- 401
- 403
- 429
- 500
List of workflow steps
- application/json
- Schema
- Example (from schema)
Schema array
- Workflow Action
- Workflow Trigger
- Workflow Operator
- id string
Action ID. This is a static namespaced ID for the action
- name string
Action Name
- type string
Action type
- description string
Action Description
formFields object[]
One or more inputs that the action accepts
helpText stringDescribes the form field in the UI
label stringA human readable name for this form field in the UI
name stringThe name of the input attribute
required booleanDenotes if this field is a required attribute
typePossible values: [
text
,textarea
,boolean
,email
,url
,number
,json
,checkbox
,jsonpath
,select
,multiType
,duration
,toggle
,identityPicker
,governanceGroupPicker
,string
,object
,array
,secret
,keyValuePairs
,emailPicker
,advancedToggle
]The type of the form field
- isDynamicSchema boolean
Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
- outputSchema object
Defines the output schema, if any, that this action produces.
- id string
Trigger ID. This is a static namespaced ID for the trigger.
- type
Possible values: [
EVENT
,SCHEDULED
,EXTERNAL
]Trigger type
- name string
Trigger Name
- description string
Trigger Description
- isDynamicSchema boolean
Determines whether the dynamic output schema is returned in place of the action's output schema. The dynamic schema lists non-static properties, like properties of a workflow form where each form has different fields. These will be provided dynamically based on available form fields.
- inputExample object
Example trigger payload if applicable
formFields object[]
One or more inputs that the trigger accepts
helpText stringDescribes the form field in the UI
label stringA human readable name for this form field in the UI
name stringThe name of the input attribute
required booleanDenotes if this field is a required attribute
typePossible values: [
text
,textarea
,boolean
,email
,url
,number
,json
,checkbox
,jsonpath
,select
,multiType
,duration
,toggle
,identityPicker
,governanceGroupPicker
,string
,object
,array
,secret
,keyValuePairs
,emailPicker
,advancedToggle
]The type of the form field
- id string
Operator ID.
- name string
Operator friendly name
- type string
Operator type
- description string
Description of the operator
formFields object[]
One or more inputs that the operator accepts
helpText stringDescribes the form field in the UI
label stringA human readable name for this form field in the UI
name stringThe name of the input attribute
required booleanDenotes if this field is a required attribute
typePossible values: [
text
,textarea
,boolean
,email
,url
,number
,json
,checkbox
,jsonpath
,select
,multiType
,duration
,toggle
,identityPicker
,governanceGroupPicker
,string
,object
,array
,secret
,keyValuePairs
,emailPicker
,advancedToggle
]The type of the form field
[
{
"id": "sp:create-campaign",
"name": "Create Certification Campaign",
"type": "ACTION",
"description": "Generates a certification campaign.",
"formFields": [
{
"helpText": "The name to give to this certification campaign.",
"label": "Campaign Name",
"name": "name",
"required": false,
"type": "text"
}
],
"isDynamicSchema": false,
"outputSchema": {
"definitions": {},
"properties": {
"autoRevokeAllowed": {
"$id": "#sp:create-campaign/autoRevokeAllowed",
"default": true,
"examples": [
false
],
"title": "autoRevokeAllowed",
"type": "boolean"
},
"deadline": {
"$id": "#sp:create-campaign/deadline",
"default": "",
"examples": [
"2020-12-25T06:00:00.468Z"
],
"format": "date-time",
"pattern": "^.*$",
"title": "deadline",
"type": "string"
},
"description": {
"$id": "#sp:create-campaign/description",
"default": "",
"examples": [
"A review of everyone's access by their manager."
],
"pattern": "^.*$",
"title": "description",
"type": "string"
},
"emailNotificationEnabled": {
"$id": "#sp:create-campaign/emailNotificationEnabled",
"default": true,
"examples": [
false
],
"title": "emailNotificationEnabled",
"type": "boolean"
},
"filter": {
"$id": "#sp:create-campaign/filter",
"properties": {
"id": {
"$id": "#sp:create-campaign/filter/id",
"default": "",
"examples": [
"e0adaae69852e8fe8b8a3d48e5ce757c"
],
"pattern": "^.*$",
"title": "id",
"type": "string"
},
"type": {
"$id": "#sp:create-campaign/filter/type",
"default": "",
"examples": [
"CAMPAIGN_FILTER"
],
"pattern": "^.*$",
"title": "type",
"type": "string"
}
},
"title": "filter",
"type": "object"
},
"id": {
"$id": "#sp:create-campaign/id",
"default": "",
"examples": [
"2c918086719eec070171a7e3355a360a"
],
"pattern": "^.*$",
"title": "id",
"type": "string"
},
"name": {
"$id": "#sp:create-campaign/name",
"default": "",
"examples": [
"Manager Review"
],
"pattern": "^.*$",
"title": "name",
"type": "string"
},
"recommendationsEnabled": {
"$id": "#sp:create-campaign/recommendationsEnabled",
"default": true,
"examples": [
false
],
"title": "recommendationEnabled",
"type": "boolean"
},
"type": {
"$id": "#sp:create-campaign/type",
"default": "",
"examples": [
"MANAGER"
],
"pattern": "^.*$",
"title": "type",
"type": "string"
}
},
"title": "sp:create-campaign",
"type": "object"
}
},
{
"id": "idn:identity-attributes-changed",
"type": "EVENT",
"name": "Identity Attributes Changed",
"description": "One or more identity attributes changed.",
"isDynamicSchema": false,
"inputExample": {
"changes": [
{
"attribute": "department",
"newValue": "marketing",
"oldValue": "sales"
},
{
"attribute": "manager",
"newValue": {
"id": "ee769173319b41d19ccec6c235423236c",
"name": "mean.guy",
"type": "IDENTITY"
},
"oldValue": {
"id": "ee769173319b41d19ccec6c235423237b",
"name": "nice.guy",
"type": "IDENTITY"
}
},
{
"attribute": "email",
"newValue": "john.doe@gmail.com",
"oldValue": "john.doe@hotmail.com"
}
],
"identity": {
"id": "ee769173319b41d19ccec6cea52f237b",
"name": "john.doe",
"type": "IDENTITY"
}
},
"formFields": []
},
{
"id": "sp:compare-boolean",
"name": "Compare Boolean Values",
"type": "OPERATOR",
"description": "Compare two boolean values and decide what happens based on the result.",
"formFields": [
{
"description": "Enter the JSONPath to a value from the input to compare to Variable B.",
"helpText": "",
"label": "Variable A",
"name": "variableA.$",
"required": true,
"type": "text"
},
{
"helpText": "Select an operation.",
"label": "Operation",
"name": "operator",
"options": [
{
"label": "Equals",
"value": "BooleanEquals"
}
],
"required": true,
"type": "select"
},
{
"description": "Enter the JSONPath to a value from the input to compare to Variable A.",
"helpText": "",
"label": "Variable B",
"name": "variableB.$",
"required": false,
"type": "text"
},
{
"description": "Enter True or False.",
"helpText": "",
"label": "Variable B",
"name": "variableB",
"required": false,
"type": "text"
}
]
}
]
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
- application/json
- Schema
- Example (from schema)
Schema
- message
A message describing the error
{
"message": " Rate Limit Exceeded "
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
- detailCode string
Fine-grained error code providing more detail of the error.
- trackingId string
Unique tracking id for the error.
messages object[]
Generic localized reason for error
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
causes object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
locale stringThe locale for the message text, a BCP 47 language tag.
localeOrigin stringPossible values: [
DEFAULT
,REQUEST
]An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
text stringActual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}