Skip to main content Link Search Menu Expand Document (external link)

CreateGroup overview

Command for creating a new PingOne group.

Added in v0.0.1


Table of contents


utils

createGroupCommand

Command to create a new PingOne group.

Signature

export declare const createGroupCommand: Command.Command<
  "create_group",
  OAuthService | HttpClient | CredentialService,
  PingOneValidationError | PingOneAuthError,
  {
    readonly name: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
    readonly description: Option<string>
    readonly populationId: Option<string>
    readonly userFilter: Option<string>
    readonly externalId: Option<string>
  }
>

Added in v0.0.1