- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- RelatedAccountGroup
List groups of related accounts.
HTTP request
GET https://recaptchaenterprise.googleapis.com/v1/{parent=projects/*}/relatedaccountgroups
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The name of the project to list related account groups from, in the format  | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000. | 
| pageToken | 
 Optional. A page token, received from a previous  When paginating, all other parameters provided to  | 
Request body
The request body must be empty.
Response body
The response to a relatedaccountgroups.list call.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "relatedAccountGroups": [
    {
      object ( | 
| Fields | |
|---|---|
| relatedAccountGroups[] | 
 The groups of related accounts listed by the query. | 
| nextPageToken | 
 A token, which can be sent as  | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
- recaptchaenterprise.relatedaccountgroups.list
For more information, see the IAM documentation.
RelatedAccountGroup
A group of related accounts.
| JSON representation | 
|---|
| { "name": string } | 
| Fields | |
|---|---|
| name | 
 Required. Identifier. The resource name for the related account group in the format  |