
The Entrants settings define who is eligible and can participate in an Achievement.
ENTRANTS fields
EXAMPLES
» Member groups Array [String]Mandatory
| Select groups of entrants that can participate in the Achievement. The default is ALL registered members. |
APP Example:
| Member groups | ALL |
API Example:
{
"jsonClass": "Achievement",
...
"memberGroups": [],
...
}
APP Example 2:
| Member groups | NewGroup |
API Example 2:
{
"jsonClass": "Achievement",
... "memberGroups":
[
NewGroup
],
...
}