Send a new member invitation
POST {{baseUrl}}/.api/api.svc/community/invites/create?invitee_fname=&invitee_email=&message=&groups=
This endpoint allows you to send an invitation email to a user, which allows a user to set their own password when they accept the invitation. The member account is not created until the invitation is accepted.
Request Params
| Key | Datatype | Required | Description |
| invitee_fname
| null | | (Required)
String
Example: {{$randomFullName}}
The full name of the user you would like to invite to the digital workplace. Max length: 100 |
| invitee_email
| null | | (Required)
String
Example: {{$randomEmail}}
The email address associated with the user. This must be a unique email address and can't duplicate an existing user in the digital workplace. |
| message
| null | | String
Example: You're invited to our digital workplace!
The content of the invitation message to be sent. If this parameter is blank, a default message will be sent. Max length: 2000 characters |
| groups
| null | | String (GUID)
Example: {{$randomUUID}}
The object ID of any groups that the new member should be added to as part of the account creation.
To add them to multiple groups, add multiple copies of this parameter in the query so that there is one for each group ID. |
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``