Get Group Subgroups Plain Args
data class GetGroupSubgroupsPlainArgs(val allAvailable: Boolean? = null, val groupId: Int, val minAccessLevel: String? = null, val orderBy: String? = null, val owned: Boolean? = null, val search: String? = null, val skipGroups: List<Int>? = null, val sort: String? = null, val statistics: Boolean? = null, val withCustomAttributes: Boolean? = null) : ConvertibleToJava<GetGroupSubgroupsPlainArgs>
A collection of arguments for invoking 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
Include custom attributes in response (administrators only).