searchUserGroups
fun searchUserGroups(query: String, limit: Int? = null, teamId: String? = null, nameGt: String? = null, idGt: String? = null): Call<List<UserGroup>>
Searches user groups by name prefix.
Parameters
query
Search term (1–255 chars).
limit
Maximum number of groups to return (1–25). Server default applies when null.
teamId
Restrict the search to a specific team. Required when multi-tenancy is enabled.
nameGt
Cursor: groups whose name sorts after this value.
idGt
Cursor: groups whose ID sorts after this value.