InviteCustomPortalUsers
Use this action to invite users to a custom portal.
Action Parameters
| PARAMETER NAME | DESCRIPTION |
|---|---|
| CustomPortalId | Custom portal unique ID. |
| UserList | An array of users to invite (maximum 100 emails at a time). Example: [{"emailId": "user1@zylker.com","fname":"user","lname":"one"}] |
| MailContent | Optional. Mail content to send. If empty, the default mail content is sent. |
Result
Users receive invitation emails for the custom portal.
Was this page helpful?