Skip to content

PlatformGroupUpdateOptions

Fields to change on a bound group.update() call. The group's current name is filled in automatically when name is omitted — the API requires a name on every update.

Extends

Properties

Property Type Description
memberUserIdsToAdd? string[] GUIDs of users to add as members.
memberUserIdsToRemove? string[] GUIDs of users to remove from the group.
name? string New group name. Defaults to the group's current name.