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

AddGroupMember overview

Command for adding a user to a PingOne group.

Added in v0.0.1


Table of contents


utils

addGroupMemberCommand

Command to add a user to a PingOne group.

Signature

export declare const addGroupMemberCommand: Command.Command<
  "add_member",
  OAuthService | HttpClient | CredentialService,
  PingOneAuthError,
  {
    readonly groupId: string
    readonly userId: string
    readonly environmentId: Option<string>
    readonly pingoneToken: Option<Redacted<string>>
  }
>

Added in v0.0.1