PipedreamHQ / PipedreamHQ/pipedream
[Components] google_identity
- 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-instant
#### Description
Emit new event when a new user is added to the Google Workspace directory. Requires organization-level admin permissions to configure the webhook.
### new-group-member-instant
#### Description
Emit new event when a member is added to a specified Google Group. Requires selecting a group and admin permissions to configure the webhook.
### new-login-activity-instant
#### Description
Emit new event when a user from the domain signs in to a Google account. Requires enabling login audit logs and selecting specific event types if desired.
## Actions
### create-user
#### Description
Create a new user in the Google Workspace directory. Requires admin permissions and properties like primary email, name, and password.
### suspend-user
#### Description
Suspend a user account in the Google Workspace directory to temporarily disable access. Requires the user's primary email or user ID.
### add-user-to-group
#### Description
Add an existing user to a Google Group. Requires the group email and user's primary email.
Contributor guide
Assessment
This issue has not been assessed yet.