Accepts an invitation to join a group.
Parameters used to accept an invitation to join a group.
Bans a handle from a group. Must have a higher role than the target handle to perform this action.
Parameters used to ban a handle from a group.
Create a new group.
Invites handles to the newly created group if a list of handle identifiers are supplied in the input.
Parameters with the initial fields state for the new group.
The newly created group.
Declines an invitation to join a group.
Parameters used to decline an invitation to join a group.
Deletes an existing group.
Note: The handle has to have a higher role than everyone else in the group in order to delete it for others. This usually means that only the creator of the group can delete it.
Parameters used to delete a group.
Retrieve an individual group by the group's identifier.
Parameters used to retrieve a group.
The group matching the input identifier, or undefined if not found.
Retrieves a list of all members of a group that the current handle is a member of.
Parameters used to retrieve a list of all group members of a group that this handle is a member of.
The list of group members in the group.
Batch retrieve groups with a list of group identifiers.
Parameters used to retrieve a list of groups.
List of groups matching the supplied identifiers, less any identifiers that did not correspond to a group.
Kicks a handle from a group. Must have a higher role than the target handle to perform this action. Can kick yourself.
Parameters used to kick a handle from a group.
Remove this handle from a specified group by identifier.
Parameters used to remove a handle from a group.
Invite handles to join an existing group.
Parameters used to invite handles to join a group.
Unbans a handle from a group. Must have a higher role than the target handle to perform this action.
Parameters used to unban a handle from a group.
Update the editable fields of a group.
Parameters defining the changed settings of a group.
The updated group.
Updates the group role for a specific member of a group. Must have a higher role than the target handle to perform this action. Can downgrade your own role.
Parameters used to update the group role of a member in the group.
Withdraw a previously sent group invitation.
Parameters used to withdraw a group invitation.
Group management for the Secure Communications Service.