Skip to main content

WorkatoCustomerAccount

No description

type WorkatoCustomerAccount {
id: ID!
externalId: String!
name: String!
notificationEmail: String!
planId: String
originUrl: String
frameAncestors: String
whitelistedApps: [String]
timeZone: String
authSettings: WorkatoAuthSettings
}

Fields

WorkatoCustomerAccount.id ● ID! non-null scalar

WorkatoCustomerAccount.externalId ● String! non-null scalar

WorkatoCustomerAccount.name ● String! non-null scalar

WorkatoCustomerAccount.notificationEmail ● String! non-null scalar

WorkatoCustomerAccount.planId ● String scalar

WorkatoCustomerAccount.originUrl ● String scalar

WorkatoCustomerAccount.frameAncestors ● String scalar

WorkatoCustomerAccount.whitelistedApps ● [String] list scalar

WorkatoCustomerAccount.timeZone ● String scalar

WorkatoCustomerAccount.authSettings ● WorkatoAuthSettings object