OBJECT

CreateOrgSwitchSessionReply

Description

Reply for generating an authentication token to switch organizations.

link GraphQL Schema definition

  • type CreateOrgSwitchSessionReply {
  • # Authentication token for the organization that the user is switching to.
  • accessToken: String!
  • }

link Require by