InstanceService
Gets the instance profile.
get/api/v1/instance/profile
Response
OK
versionstring
Version is the current version of instance.
demoboolean
Demo indicates if the instance is in demo mode.
instanceUrlstring
Instance URL is the URL of the instance.
commitstring
Commit is the current build commit of instance.
needsSetupboolean
NeedsSetup is true when the instance has no users yet and requires initial setup (creating the first admin account). Unlike a null admin, this stays false once any user exists, so an instance that has lost its admins is not mistaken for a fresh install.
accessMode'INSTANCE_ACCESS_MODE_UNSPECIFIED' | 'INSTANCE_ACCESS_MODE_PRIVATE' | 'INSTANCE_ACCESS_MODE_PUBLIC' enum
Access mode controls whether unauthenticated users may access instance content.