cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZENDESK_SEARCH_USERS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZENDESK_SEARCH_USERS", "parameters": { "name": "<string>", "email": "<string>", "role": "admin", "externalId": "<string>", "sort_by": "created_at", "sort_order": "asc" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Name : Filter results by the user’s name.
Email : Filter results by the user’s email. (example: "[email protected]")
Role
admin
agent
end-user
External ID : Filter by users by their external ID.
Sort By
created_at
updated_at
Sort Order
asc
desc
Success
Was this page helpful?