system.roster
Roster Functions
Functions that provide roster manipulation, including adding and remove users from a roster.
📄️ addUsers
Adds a list of users to an existing roster. Users are always appended to the end of the roster.
📄️ createRoster
Creates a roster with the given name and description, if it does not already exist.
📄️ deleteRoster
Deletes a roster with the given name.
📄️ getRoster
Returns the roster corresponding to the given name.
📄️ getRosterNames
Returns a list of roster names.
📄️ getRosters
Returns a dictionary of rosters, where the key is the name of the roster, and the value is an array list of string user names.
📄️ removeUsers
Removes one or more users from an existing roster.