Groups

ErrorResponse

object
detailobject
Show Child Parameters
Example

Group

object
descriptionstring | null
idstring(uuid)
namestring
user_countinteger

Number of members in the group.

Example

GroupMembersInput

object
user_idsarray[string](uuid)required

IDs of the users to add or remove. An empty list is a no-op.

Example

GroupMembersResult

object
user_countinteger

Updated number of members in the group after the operation.

Example

NotFoundResponse

object
detailstring

Example:Not Found

Example