- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Lists the contacts that have been set on a resource.
HTTP request
GET https://essentialcontacts.googleapis.com/v1beta1/{parent=organizations/*}/contacts
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The parent resource name. Format: organizations/{organization_id}, folders/{folder_id} or projects/{projectId} Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
page | 
                
                   
 Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of   | 
              
page | 
                
                   
 Optional. If present, retrieves the next batch of results from the preceding call to this method.   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListContactsResponse.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.