Group
📄️ Get List
Queries for a list of groups using a list of parameters. The size of the result set can be retrieved
📄️ Group Resource Options
The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for
📄️ Get List (POST)
Queries for a list of groups using a list of parameters.
📄️ Get List Count
Queries for groups using a list of parameters and retrieves the count.
📄️ Get List Count (POST)
Queries for groups using a list of parameters and retrieves the count.
📄️ Create Group
Creates a new group.
📄️ Delete Group
Deletes a group by id.
📄️ Get Group
Retrieves a group by id.
📄️ Group Resource Instance Options
The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.
📄️ Update Group
Updates a given group by id.
📄️ Group Membership Resource Options
The OPTIONS request allows checking for the set of available operations that the currently authenticated
📄️ Delete a Group Member
Removes a member from a group.
📄️ Create Group Member
Adds a member to a group.