-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
okta
URLs
Pooling Sources
watch-new-events
Prompt
Emit new event when the system observes a new event. No props are required for configuration.
URLs
Actions
create-user
Prompt
Creates a new user in the Okta system. The user will receive an email with the account creation prompt. The required props are 'First Name', 'Last Name', and 'Email'. Optional props could be 'Login' and 'Mobile Phone'.
URLs
- https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/createUser
- https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/
get-user
Prompt
Fetches the information of a specific user from the Okta system. The required prop is 'User ID'. This action is read-only and does not modify any data within the Okta system.
URLs
- https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/listUsers
- https://developer.okta.com/docs/api/openapi/okta-management/management/tag/User/#tag/User/operation/getUser
update-user
Prompt
Updates the profile and/or credentials of a specific user in the Okta system. The mandatory props are 'User ID' and the details that need to be updated. This action can be used to modify user's information.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee