PingOne

Integrates with the PingOne Management API to unlock, create, delete and update users.

Authentication & Identity Management · PingIdentity

Configuration parameters

  • environment_id — Your PingOne Environment ID (required)
  • region — PingOne Region (required)
  • credentials — Client ID (required)
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (13)

  • pingone-activate-user

    Activate a user's account.

  • pingone-add-to-group

    Add user to the group. One of the following has to be given username or userId and groupName or groupId.

  • pingone-create-user

    Create a PingOne user.

  • pingone-deactivate-user

    Deactivate a user's account.

  • pingone-delete-user

    Delete a PingOne user. One of the following has to be given username or userId.

  • pingone-get-groups

    Returns user's group memberships.

  • pingone-get-user

    Returns a PingOne user. One of the following has to be given username or userId.

  • pingone-password-force-change

    Force a user's password change on next login.

  • pingone-read-password-state

    Read a user's password state.

  • pingone-remove-from-group

    Remove user from the group. One of the following has to be given username or userId and groupName or groupId.

  • pingone-set-password

    Sets a user's password. Further password details available here: https://apidocs.pingidentity.com/pingone/platform/v1/api/#put-update-password-self .

  • pingone-unlock-user

    Unlock a user's account.

  • pingone-update-user

    Update a PingOne user.