Skip to content

isOrgServiceAccountDisabled

Returns whether the service accounts of the organization are not enabled.

Returns

Boolean!

Sample

query {
  isOrgServiceAccountDisabled
}
{}
{
  "data": {
    "isOrgServiceAccountDisabled": true
  }
}