PipedreamHQ / PipedreamHQ/pipedream
[Components] pingone
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# pingone
## URLs
- https://apidocs.pingidentity.com/pingone/platform/v1/api/
## Webhook Sources
### new-user-created-instant
#### Prompt
Emit new event when a user is created in PingOne. Configure optional filters for specific user attributes or groups.
### new-login-activity-instant
#### Prompt
Emit new event whenever a user logs in through PingOne. Configure optional filters for specific applications or user groups.
### new-user-assigned-to-app-instant
#### Prompt
Emit new event when a user is assigned to an application via PingOne. Configure optional filters for specific applications or user attributes.
## Actions
### create-user
#### Prompt
Create a new user in PingOne. Specify required fields like username, email, and optional fields such as first name, last name, or group assignment.
### update-user
#### Prompt
Update an existing user's attributes in PingOne. Specify the user ID and fields to update such as email, group assignments, or status.
### assign-user-to-app
#### Prompt
Assign an existing user to a specific application in PingOne. Specify the user ID and target application's ID.
Contributor guide
Assessment
This issue has not been assessed yet.