Skip to main content
GET
List group members

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

id
string
required

Query Parameters

cursor
string

The pagination cursor value.

limit
integer

Number of results to return per page.

Filter members by username, first/last name, or email (delegated to Keycloak).

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"