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

RemoveGroupMember overview

Command for removing a user from a PingOne group.

Added in v0.0.1


Table of contents


utils

removeGroupMemberCommand

Command to remove a user from a PingOne group.

Signature

export declare const removeGroupMemberCommand: Command.Command<
  "remove_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