-
Notifications
You must be signed in to change notification settings - Fork 1
ServerGroupByClientDbId
Samuel Grant edited this page Jun 23, 2020
·
2 revisions
Returns the list of server groups that a client belongs to
| Name | Type | Description |
|---|---|---|
| cldbid | int64 | The client database ID of the user in question |
| Type | Description |
|---|---|
| *status | Query Response |
| []ServerGroup | List of server groups that the client belongs to |
| error |
qres, groups, err := client.ServerGroupsByClientDbId(token)
if err != nil || !qres.IsSuccess {
// Handle error or rejected server query
}