Lists the users that have access to a domain.
HTTP request
GET https://gmailpostmastertools.googleapis.com/v2beta/{parent=domains/*}/users
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent resource name for which to list users. Format: |
Query parameters
| Parameters | |
|---|---|
pageSize |
Optional. Requested page size. Server may return fewer users than requested. If unspecified, the default value for this field is 10. The maximum value for this field is 200. |
pageToken |
Optional. The nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
Response message for users.list.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"users": [
{
object ( |
| Fields | |
|---|---|
users[] |
The users that have access to the domain. |
nextPageToken |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/postmasterhttps://www.googleapis.com/auth/postmaster.user
For more information, see the Authorization guide.