PipedreamHQ / PipedreamHQ/pipedream

[Components] google_identity

Open
#16,019 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# google_identity
## URLs
- https://cloud.google.com/identity/docs/reference/rest/
## Webhook Sources
### new-user-created-instant
#### Description
Emit new event when a user is created in Google Identity. Useful for automating onboarding workflows. Requires configuring a webhook subscription.
### user-role-updated-instant
#### Description
Emit new event when a user's role or group membership is updated in Google Identity. Helpful for access management workflows. Requires configuring a webhook subscription.
### user-deactivated-instant
#### Description
Emit new event when a user account is suspended or deactivated. Useful for security and offboarding automations. Requires configuring a webhook subscription.
## Actions
### create-user
#### Description
Create a new user in Google Identity. Requires user details such as name, email, and optional organizational settings.
### update-user-role
#### Description
Update a user's role or group memberships in Google Identity. Requires specifying the user and the new role or group ID.
### deactivate-user
#### Description
Suspend or deactivate a user account. Requires specifying the user ID to be deactivated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.