queryUserGroups

fun queryUserGroups(limit: Int? = null, idGt: String? = null, createdAtGt: String? = null, teamId: String? = null): Call<List<UserGroup>>

Lists user groups, ordered for cursor pagination.

Parameters

limit

Max groups to return (1–100). Server default applies when null.

idGt

Cursor: groups whose ID sorts after this value.

createdAtGt

Cursor: groups created after this RFC3339 timestamp.

teamId

Restrict to a specific team.