-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
onelogin
URLs
Polling Sources
new-user
Prompt
Emit new event when a user is created in OneLogin. Users can configure filters such as user role or group for more specific triggering.
URLs
new-login-attempt
Prompt
Emit new event when a login attempt occurs in OneLogin. Users can optionally filter by successful or failed attempts.
URLs
new-directory-sync-event
Prompt
Emit new event when a directory sync event is triggered in OneLogin. Users can configure optional filters, such as specific directory names or sync statuses.
URLs
Actions
create-user
Prompt
Create a new user in OneLogin with details. Required props: 'firstname', 'lastname' and 'email' or 'username'. Optional props: 'company', 'department', 'directoryId', 'distinguishedName', 'externalId', 'groupId', 'invalidLoginAttempts', 'localeCode', 'memberOf', 'openidName', 'phone', 'samaccountname', 'title' and 'customAttributes'. Prop 'groupId' has async options
URLs
- https://developers.onelogin.com/api-docs/1/groups/get-groups
- https://developers.onelogin.com/api-docs/1/users/user-resource
- https://developers.onelogin.com/api-docs/1/users/create-user
update-user
Prompt
Update an existing user's details in OneLogin. Required props include the user ID. Optional props are all props in create user action. Prop userId has async options.
URLs
- https://developers.onelogin.com/api-docs/1/users/get-users
- https://developers.onelogin.com/api-docs/1/users/update-user
revoke-user-sessions
Prompt
Revoke all active sessions for a specified user in OneLogin. Requires the user ID as input. Prop userId has async options.
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status