ErrorResponse
objectdetailobject
Show Child Parameters
Example
Group
objectdescriptionstring | null
idstring(uuid)
namestring
user_countinteger
Number of members in the group.
Example
GroupMembersInput
objectuser_idsarray[string](uuid)required
IDs of the users to add or remove. An empty list is a no-op.
Example
GroupMembersResult
objectuser_countinteger
Updated number of members in the group after the operation.
Example
NotFoundResponse
objectdetailstring
Example:Not Found
Example