Stay organized with collections
Save and categorize content based on your preferences.
Role
Possible roles of a user within a group, such as owner or ordinary member. Users subscribed to a
group have exactly one role within the context of that group.
To call an enum, you call its parent class, name, and property. For example,
GroupsApp.Role.OWNER.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-28 UTC."],[[["Users within a group have one role, such as owner or member, impacting their permissions."],["Roles are defined using an enum structure, accessed with `GroupsApp.Role.{roleName}` (e.g., `GroupsApp.Role.OWNER`)."],["Available roles include `OWNER`, `MANAGER`, `MEMBER`, `INVITED`, `PENDING`, and `BANNED`, each with specific implications for group interaction."]]],[]]