Get Group Subgroups Result
data class GetGroupSubgroupsResult(val allAvailable: Boolean, val groupId: Int, val id: String, val minAccessLevel: String, val orderBy: String, val owned: Boolean, val search: String, val skipGroups: List<Int>, val sort: String, val statistics: Boolean, val subgroups: List<GetGroupSubgroupsSubgroup>, val withCustomAttributes: Boolean)
A collection of values returned by getGroupSubgroups.
Properties
Link copied to clipboard
Show all the groups you have access to.
Link copied to clipboard
Limit to groups where current user has at least this access level.
Link copied to clipboard
Skip the group IDs passed.
Link copied to clipboard
Include group statistics (administrators only).
Link copied to clipboard
Subgroups of the parent group.
Link copied to clipboard
Include custom attributes in response (administrators only).