GET /api/v1/users
Lists Users in your org, with pagination in most cases.
A subset of Users can be returned that match a supported filter expression or search criteria.
Servers
- https://{yourOktaDomain}
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | No |
Specifies the media type of the resource. Optional Complex DelAuth configurations may degrade performance when fetching specific parts of the response, and passing this parameter can omit these parts, bypassing the bottleneck. Enum values for
|
Query parameters
Name | Type | Required | Description |
---|---|---|---|
sortOrder |
String | No |
Specifies sort order asc or desc (for search queries only). Sorting is done in ASCII sort order (that is, by ASCII character value), but isn't case sensitive. |
limit |
Integer | No |
Specifies the number of results returned. Defaults to 10 if Default value: 200 |
filter |
String | No |
Filters users with a supported expression for a subset of properties. This requires URL encoding. For example, Filtering supports the following limited number of properties: |
sortBy |
String | No |
Specifies field to sort by (for search queries only). This can be any single property, for example |
q |
String | No |
Finds users who match the specified query. This doesn't support pagination. This might not deliver optimal performance for large orgs, and is deprecated for such use cases. To ensure optimal performance, use a Use the |
after |
String | No |
The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the |
search |
String | No |
Searches for users with a supported filtering expression for most properties. Okta recommends using this parameter for search for best performance. This operation supports pagination. Use an ID lookup for records that you update to ensure your results contain the latest data. Property names in the search parameter are case sensitive, whereas operators (
This operation searches many properties:
You can also use You can search properties that are arrays. If any element matches the search term, the entire array (object) is returned. Okta follows the SCIM Protocol Specification for searching arrays. You can search multiple arrays, multiple values in an array, as well as using the standard logical and filtering operators. See Filter. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.