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"
}
}'
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"
}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your Paragon Project ID
Success
Was this page helpful?