Invite users

Feature available for : Linkedin

Send an invitation to a User

If your are not in relation with a user you can invite him to connect.

To send an invitation to a User, use the POST /users/invite Method or the appropriate SDK Method.

In the account_id field, provide the ID of the connected account to send the message from. In the provider_id field, give one user's Provider internal ID. Please refer to those guides if you need more informations about Users and how their IDs work.

❗️

Be careful how you implement this action.

You can't send more than 100 invitations by day and 200 per week without being rejected by provider. You need to space out your calls randomly between 2 and 5 minutes and handle error code.