isAdmin property

bool? isAdmin
getter/setter pair

Indicates a user with super administrator privileges.

The isAdmin property can only be edited in the Make a user an administrator operation ( makeAdmin method). If edited in the user insert or update methods, the edit is ignored by the API service.

Output only.

Implementation

core.bool? isAdmin;