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

inviteLinkstring

URL to share with new team members

Example response

{
  "inviteLink": "https://app.privacypal.ai/invite/abc123xyz"
}

Changes