Company
Generate Invite Link
Generate a team invite link that can be shared with new team members.
SDK Usage:
const invite = await client.generateInviteLink();
console.log(invite.inviteLink);
post/api/company/invite
Response
Invite link generated
Example response
{
"inviteLink": "https://app.privacypal.ai/invite/abc123xyz"
}