Search group memberships related to a given account.
HTTP request
POST https://recaptchaenterprise.googleapis.com/v1/{project=projects/*}/relatedaccountgroupmemberships:search
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Required. The name of the project to search related account group memberships from. Specify the project name in the following format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "accountId": string, "hashedAccountId": string, "pageSize": integer, "pageToken": string } |
Fields | |
---|---|
account |
Optional. The unique stable account identifier used to search connections. The identifier should correspond to an |
hashedAccountId |
Optional. Deprecated: use A base64-encoded string. |
page |
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. |
page |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
Response body
The response to a relatedaccountgroupmemberships.search
call.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"relatedAccountGroupMemberships": [
{
object ( |
Fields | |
---|---|
related |
The queried memberships. |
next |
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 project
resource:
recaptchaenterprise.relatedaccountgroupmemberships.list
For more information, see the IAM documentation.