INPUT_OBJECT

InviteSsoGroupInput

Description

Specifies the input required for inviting new SSO groups to the current organization.

link GraphQL Schema definition

  • input InviteSsoGroupInput {
  • # SSO group name.
  • groupName: String!
  • # List of role IDs.
  • roleIds: [String!]!
  • }

link Require by