Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Lists all users of the organization’s ticketing system.
External DocumentationTo learn more, visit the Zendesk documentation.

Parameters

ParameterDescription
PagePage number.
Per PageAmount of records that are returned per page.

Example Output

{
	"users": [
		{
			"id": 223443,
			"name": "Johnny Agent"
		},
		{
			"id": 8678530,
			"name": "James A. Rosen"
		}
	]
}

Workflow Library Example

List All Users with Zendesk and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop