How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OneLogin Users API

User management

OneLogin Users API is one of 6 APIs that OneLogin publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and authentication docs.

This API exposes 14 operations across 10 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{subdomain}.onelogin.com.

14 operations 10 paths 1 schemas 2 DELETE4 GET4 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://.onelogin.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

OneLogin Users API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 2 DELETE, 4 GET, 4 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Users 14

User management

GET
/api/1/users
List users
listUsers 2 params → 200
POST
/api/1/users
Create user
createUser body → 201
GET
/api/1/users/{id}
Get user by ID
getUser 1 param → 200
PUT
/api/1/users/{id}
Update user by ID
updateUser 1 param body → 200
DELETE
/api/1/users/{id}
Delete user by ID
deleteUser 1 param → 204
GET
/api/1/users/{id}/apps
Get apps for a user
getUserApps 1 param → 200
GET
/api/1/users/{id}/roles
Get roles for a user
getUserRoles 1 param → 200
POST
/api/1/users/{id}/roles
Assign role to user
assignUserRole 1 param → 200
DELETE
/api/1/users/{id}/roles/{role_id}
Remove role from user
removeUserRole 2 params → 204
PUT
/api/1/users/{id}/password
Set user password
setUserPassword 1 param → 200
PUT
/api/1/users/{id}/custom_attributes
Set custom attribute
setUserCustomAttribute 1 param → 200
PUT
/api/1/users/{id}/state
Set user state
setUserState 1 param → 200
POST
/api/1/users/{id}/logout
Log user out
logoutUser 1 param → 200
POST
/api/1/users/{id}/lock
Lock user account
lockUser 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is User (13 properties). Each schema is shown below with its type and property counts.

User
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

onelogin-users-api-openapi.yml Raw ↑

Other APIs OneLogin publishes across the network.

OneLogin Apps API
OneLogin MFA API
OneLogin OAuth API
OneLogin Roles API
OneLogin SAML API
Where this information came from

This is an independent, third-party profile of OneLogin Users API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.