Retrieves a list of UserInvitation
resources.
Note: New consumer accounts with the customer's verified domain created within the previous 48 hours will not appear in the result. This delay also applies to newly-verified domains.
HTTP request
GET https://cloudidentity.googleapis.com/v1/{parent=customers/*}/userinvitations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The customer ID of the Google Workspace or Cloud Identity account the |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. A query string for filtering |
orderBy |
Optional. The sort order of the list results. You can sort the results in descending order based on either email or last update timestamp but not both, using If not specified, results will be returned based on |
Request body
The request body must be empty.
Response body
Response message for UserInvitation
listing request.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"userInvitations": [
{
object ( |
Fields | |
---|---|
userInvitations[] |
The list of |
nextPageToken |
The token for the next page. If not empty, indicates that there may be more |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly
https://www.googleapis.com/auth/cloud-identity.userinvitations
For more information, see the Authentication Overview.