Weavz
OneLogin

OneLogin

Manage OneLogin identity users, groups, apps, roles, events, and guarded status changes.

11 tools
1 trigger

Tools

Name
list_users

List OneLogin users with bounded pagination and optional search filters.

get_user

Retrieve one OneLogin user by numeric ID.

list_user_apps

List apps assigned to a OneLogin user.

list_groups

List OneLogin groups.

get_group

Retrieve one OneLogin group by numeric ID.

list_roles

List OneLogin roles with pagination.

list_apps

List OneLogin applications.

get_app

Retrieve one OneLogin app by ID.

list_events

List OneLogin event records. Use date filters for bounded audit reads.

set_user_status

Update a OneLogin user status by exact user ID. Requires confirmation.

get_rate_limit

Return OneLogin rate-limit details for the current access token.

Triggers

Name
new_event

Poll OneLogin events created after the previous poll. The first poll establishes a baseline.

Quick Start

TypeScript
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.