cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#BAMBOO_HR_CHANGE_REQUEST_STATUS' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "BAMBOO_HR_CHANGE_REQUEST_STATUS", "parameters": { "requestId": "<string>", "status": "approved", "managerNote": "<string>" } } '
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
Request ID : Specify the request ID of the time off request to update. (example: "12")
Status : Specify the status of this time off request.
approved
denied
requested
Manager Note : Specify a manager note to attach to the updated time off request in this free text space.
Success
Was this page helpful?