Skip to main

API Technical Specs

Learn how to configure and leverage our services to achieve your toughest recruiting needs.
SaaS     |

Activate Sub-Account

POST https://accounts.resumeparsing.com/api/(accountId)/activate

Activate a Sub-Account

Path Parameters

ParameterData TypeDescription
accountidstringThe AccountId to activate.

Response Body

ErrorMessagestring
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.

Sample Response

{ ... 
"ErrorMessage" :  "string"
}

Deactivate Sub-Account

POST https://accounts.resumeparsing.com/api/(accountId)/deactivate

Deactivates a Sub-Account

The sub-account will lose service immediately after being deactivated.

Path Parameters

ParameterData TypeDescription
accountidstringThe AccountId to deactivate.

Response Body

ErrorMessagestring
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.

Sample Response

{ ... 
"ErrorMessage" :  "string"
}