AccessInvitationStatus
Possible access invitation status of a user
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
PENDING
|
The initial state of an invitation, before being acted upon by anyone. |
DECLINED
|
Invitation process was terminated by the email recipient. No new user was created. |
EXPIRED
|
Invitation URLs expired without being acted upon. No new user can be created. Invitations expire 20 days after creation. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["A user's access invitation can have one of five possible statuses: `UNSPECIFIED`, `UNKNOWN`, `PENDING`, `DECLINED`, or `EXPIRED`."],["`PENDING` invitations are the initial state and are awaiting action, while `DECLINED` invitations indicate the recipient rejected the invitation, preventing user creation."],["`EXPIRED` invitations occur when the invitation link is not used within 20 days of creation, also halting user creation."],["`UNSPECIFIED` and `UNKNOWN` are primarily for system use and represent an unspecified or unknown status, respectively."]]],[]]