Mark an Applicant as Unarchived
Overview
Marking an applicant as unarchived will nullify the application's archived_at
attribute.
Action Type
mark_as_unarchived
Required Data
app_id
The id of the application for which to unarchive.
Optional Data
None.
Example Request Payload
{
"type": "mark_as_unarchived",
"data": {
"app_id": 3640
}
}
Usage
Upon execution of the action, you will see the applicant marked as unarchived.
Updated almost 4 years ago