Skip to main content
GET
/
group
/
count
Get List Count
curl --request GET \
  --url http://{host}:{port}/{contextPath}/group/count \
  --header 'Authorization: Basic <encoded-value>'
{
  "count": 1
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
string

Filter by the id of the group.

idIn
string

Filter by a comma seperated list of group ids.

name
string

Filter by the name of the group.

nameLike
string

Filter by the name that the parameter is a substring of.

type
string

Filter by the type of the group.

member
string

Only retrieve groups where the given user id is a member of.

memberOfTenant
string

Only retrieve groups which are members of the given tenant.

Response

Request successful.

count
integer

The number of matching instances.