Find Users

Find all users in Okta Privileged Access using a search argument and return a list of the matched users.

This action card uses the List all Users for a Team API.

While the API supports pagination, the action card doesn't support this behavior. The card returns a maximum of 200 results. If you expect to return more than 200 results from this function, you should use the Custom API Action card and handle the link header value instead.

Input

Field Definition Type Required

Query

Specifies the search argument, such as a partial or full username.

Text

TRUE

Output

Field Definition Type

Users

List of the users and their related metadata.

List of Objects

Found Count

Number of users found in Okta Privileged Access.

Text

Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number

Related topics

Okta Privileged Access connector

Cards in flows

Okta Privileged Access API