INPUT_OBJECT

CreateOrgSwitchSessionInput

Description

Input required for generating a new authentication token for a user to switch organizations.

link GraphQL Schema definition

  • input CreateOrgSwitchSessionInput {
  • # ID of the organization that the user is switching to.
  • orgId: String!
  • }

link Require by