Returns up to 100 users. Use the page and from_id parameters to page through users. For a description of each element in the User resource, see User Resource.
Resource URL
Before calling this API, consider using its version /1 or version /2 equivalent.
https://api.onelogin.com/api/v3/users.xmlParameters
from_id integer | Set this value to a user ID to return a sequence of users whose IDs start at the next sequential ID. For example, if you provide an ID value of |
page integer | Set to the page number of the page of results you want to return. A "page" refers to the list of users returned by a single request. For example, a request made without this parameter value will return the first page of events. To return subsequent pages of users, set this value to |
status integer | Set to the status of the users you want to return. For a list of valid status values, see the status row on User Resource. |
include_custom_attributes boolean | Set to |
Sample Response
- 200 OK
- 401 Unauthorized
pre>
pre>
Sample cURL Request
Be sure to replace placeholder values surrounded by { } with actual values.
curl -u {api_key}:x -X GET https://api.onelogin.com/api/v3/users.xmlPostman Collection
Have a Question?
Found a problem or a bug? Submit a support ticket.
Looking for walkthroughs or how-to guides? Check out our Knowledge Base.
Have a product idea or request? Share it in our Ideas Portal.