java.lang.Object
com.google.gerrit.server.restapi.account.GetState
All Implemented Interfaces:
RestReadView<AccountResource>, RestView<AccountResource>

public class GetState extends Object implements RestReadView<AccountResource>
REST endpoint to retrieve the superset of all information related to an account. This information is useful to inspect issues with the account and its permissions.

Users can only get the own account state. Getting the account state of other users is not allowed.