What Should Be Sent in the ‘subuserid’ Field?
The subuserid
field in RChilli’s Resume Parser API request is a required string parameter used to identify individual sub-users or clients under a single main account. This field ensures that parsing operations are attributed correctly within multi-tenant systems or customer-specific integrations.
Guidelines for Using subuserid
-
Uniqueness: The value should be unique for each sub-user or logical division (e.g., different clients, departments, or recruiters) using the API under your main account.
-
No Spaces Allowed: Ensure that the
subuserid
value does not contain spaces. -
Required Field: It is mandatory for every API request, along with
userkey
andversion
.
Sample Usage in API Request
JSON Request for Resume Binary Data
JSON Request for Resume Public URL
Comments
0 comments
Please sign in to leave a comment.