Overview
The {my-invited-users} macro displays information on the community invitations that a given user has sent.
Usage
{my-invited-users}
If there are no invitations to display (or the user doesn't have permission to view any of the spaces where invites have been sent) nothing will be displayed, unless the none param is used. The user that sent the invitation will also be shown a link to cancel the invite if required.
Parameters:
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
| username | string | |
@self | The user to display the invites for.
|
| none | string | |
an empty string | The text to display if there are no invitations. |
| include | enum | |
all | What sort of invitations to include in the list. Valid options are:
|
| showProfilePic | boolean | |
false | |
| showDeleteLink | boolean | |
true | |
| showHeading | boolean | |
true |
Examples:
{my-invited-users:username=@creator|showProfilePic=true}
.png)







