Add Manual Members To Organization.
POST
/member/add
MEMBERS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/member/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"oid": "string",
"rid": 0,
"name": "string",
"email": "user@example.com",
"phone": "+919876543210",
"role": "hr",
"employment_type": "Full-time",
"address": {
"current_address": "",
"current_state": "",
"current_city": "",
"current_pincode": "",
"permanent_address": "",
"permanent_state": "",
"permanent_city": "",
"permanent_pincode": ""
},
"linkedin_url": "https://linkedin.com/in/username"
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41