OneLogin
Manage OneLogin identity users, groups, apps, roles, events, and guarded status changes.
Tools
| Name | Description |
|---|---|
list_usersList OneLogin users with bounded pagination and optional search filters. | List OneLogin users with bounded pagination and optional search filters. |
get_userRetrieve one OneLogin user by numeric ID. | Retrieve one OneLogin user by numeric ID. |
list_user_appsList apps assigned to a OneLogin user. | List apps assigned to a OneLogin user. |
list_groupsList OneLogin groups. | List OneLogin groups. |
get_groupRetrieve one OneLogin group by numeric ID. | Retrieve one OneLogin group by numeric ID. |
list_rolesList OneLogin roles with pagination. | List OneLogin roles with pagination. |
list_appsList OneLogin applications. | List OneLogin applications. |
get_appRetrieve one OneLogin app by ID. | Retrieve one OneLogin app by ID. |
list_eventsList OneLogin event records. Use date filters for bounded audit reads. | List OneLogin event records. Use date filters for bounded audit reads. |
set_user_statusUpdate a OneLogin user status by exact user ID. Requires confirmation. | Update a OneLogin user status by exact user ID. Requires confirmation. |
get_rate_limitReturn OneLogin rate-limit details for the current access token. | Return OneLogin rate-limit details for the current access token. |
Triggers
| Name | Description |
|---|---|
new_eventPoll OneLogin events created after the previous poll. The first poll establishes a baseline. | Poll OneLogin events created after the previous poll. The first poll establishes a baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('onelogin', 'list_users', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'onelogin',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect OneLogin to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does OneLogin support?
OneLogin supports 11 tools including List Users, Get User, List User Apps, List Groups, Get Group, and more.
Can I use OneLogin with AI agents?
Yes. Add OneLogin to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can OneLogin be used in stateful agent workflows?
Yes. Agents can combine OneLogin tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does OneLogin use?
OneLogin uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the OneLogin integration cost?
The OneLogin integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does OneLogin support?
OneLogin supports 1 triggers including New Event.
Connect OneLogin in minutes
Get 20,000 free action executions every month. No credit card required.