Skip to main content
Every zendesk.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Comments

list

comments.list List comments for a specific ticket Risk: read
Input Output

Tickets

create

tickets.create Create a new ticket Risk: write
Input
Output

delete

tickets.delete Delete a ticket by its ID Risk: destructive
Input Output

get

tickets.get Retrieve a ticket by its ID Risk: read
Input Output

list

tickets.list List tickets with pagination Risk: read
Input Output

update

tickets.update Update an existing ticket Risk: write
Input
Output

Users

create

users.create Create a new user Risk: write
Input Output

delete

users.delete Delete a user by their ID Risk: destructive
Input Output

get

users.get Retrieve a user by their ID Risk: read
Input Output

list

users.list List users with pagination Risk: read
Input Output

update

users.update Update an existing user Risk: write
Input Output