List all the themes that are registered for the tenant.

At least one of the following entitlements is required for using this action:

  • manageTemplates (Manage templates and themes)
  • readTemplates (Read templates and themes)

External Documentation

To learn more, visit the IBM Security Verify documentation.

Parameters

ParameterDescription
CountThe total number of items that are returned from the data store. Valid range is 1-1000.
LimitThe maximum number of items to return per page. Valid range is 1-1000.
PageSpecify the page of results to retrieve. The value must be greater than 1.

Example Output

{
	"count": 0,
	"limit": 0,
	"page": 0,
	"total": 0,
	"themeRegistrations": [
		{}
	]
}

Workflow Library Example

List All Themes with Ibm Security Verify and Send Results Via Email

Preview this Workflow on desktop