Skip to main content
POST
/
company-data
/
inviteUsers
/
:companyDataId
Invite Users to Company
curl --request POST \
  --url https://www.api.baselink.tech/company-data/inviteUsers/:companyDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>",
  "invitedCount": 123
}
Send invitations to users to join the company.
success
boolean
Indicates if the invitations were sent successfully.
message
string
Success or error message.
invitedCount
number
The number of invitations sent.