mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
4.0 KiB
4.0 KiB
CreateInviteRequestBody
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
customMessage |
string | ➖ | optional, for email invites | |
email |
string | ➖ | required for email invites only | not-a-user-yet@example.com |
expiresAt |
string | ➖ | optional, if not supplied, the invite_expiry_days site setting is used | |
groupIds |
string | ➖ | Optional, either this or group_names. Comma separated list for multiple ids. |
42,43 |
groupNames |
string | ➖ | Optional, either this or group_ids. Comma separated list for multiple names. |
foo,bar |
maxRedemptionsAllowed |
number | ➖ | optional, for link invites | 5 |
skipEmail |
boolean | ➖ | N/A | |
topicId |
number | ➖ | N/A |