- ACCOUNT
- JOBS
- Fetch Job Templates Based On Pagination Format.GET
- Save Job As TemplatePATCH
- Create Or Update A Job Post.PATCH
- Delete A Job (Development Mode Only)DELETE
- Publish A Job PostPATCH
- Update Application FormPATCH
- Generate Job DescriptionPOST
- Enhance Job DescriptionPOST
- Generate Job Description From TemplatePOST
- Fetch A Specific Job By Id (Public)GET
- Fetch All Jobs By Organization Id With Pagination (Public)GET
- Fetch Job By Organization And Job Id (Public)GET
- SKILLS
- ORG
- Get Organization Details By OidGET
- Update Organization Details By OidPATCH
- Organisation Holiday List Post And Update If PresentPATCH
- Get Organisation Holiday ListGET
- Organisation Holiday List RestrictionPOST
- Member Invite LinkPOST
- Verify MemberPOST
- Get All Perms Of An Organization (Private)GET
- Get All Role Based Perms Of An OrganizationGET
- Get Organization Metrics OverviewGET
- CANDIDATES
- APPLICATION
- Build A Flexible Application Form.
- Preview A Appliation Form For A Job By Jid.
- Fetch Application Form Template Available For A Job By Jid.
- Delete Application Form Template By Jid And Aftid.
- Fetch All Application Form Submissions By Jid Or Oid.
- Fetch A Application Form Submission Details By Afsid.
- Auto Fill Application By Resume
- RECRUITEMENT PIPELINE
- INTERVIEWER
- Notes
- SCHEDULE
- EMAIL TEMPLATES
- MEMBERS
- SCREENING
- SESSIONS
- STAGE
- ASSESSMENTS
- SEARCH_SUGGESIONS
- OFFER
- RootGET
Member Invite Link
POST
/org/invite/member
ORG
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/org/invite/member' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "John Doe",
"invited": "user.b@example.com",
"rid": 0,
"role_name": "string",
"send_mail": true
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
name
stringÂ
Name
Example:
John Doe
invited
stringÂ
Invited
Example:
user.b@example.com
rid
integerÂ
Rid
>= 0
role_name
stringÂ
Role Name
>= 1 characters
send_mail
booleanÂ
Send Mail
Default:
true
Examples
Responses
🟢200OK
application/json
Body
No schema defined
🟠422Parameter Error
Modified at 2025-05-26 05:13:41