List Group Members

List the members of an Okta group.

Options

Field Definition Type Required

Result Set

Choose a method to filter search results:

  • First 200 Records: Returns the first 200 matching records.

  • Stream Records: Passes all matching user records from your parent flow to a helper flow.

    Selecting this option adds a Streaming input section to the card where you can select a helper flow for streaming and add custom extensible fields.

Dropdown

TRUE

To learn how to use the Stream Records option and set up a helper flow to return a large number of records, see Stream matching records with a helper flow.

Input

Field Definition Type Required

Group

Group ID

Unique ID of the Okta group.

Text

TRUE

Streaming

Flow

Click Choose Flow to browse and select a helper flow where the search results will be streamed, then click Choose to confirm.

Optionally, click the empty field under Click or drop here to create and add custom extensible fields that pass data to the helper flow. These fields are added as key/value pairs under the State output object in the helper flow.

This field appears when you select Stream Matching Records from the Result Set option.

Flow

TRUE

List Criteria

Record Limit

Specify the number of records to stream.

  • When the field is set to less than 0, the card returns an error.

  • When the field is set to either 0 or a value greater than 0, the stream returns up to the maximum number specified.

  • When the field is empty, null, or not selected, the stream returns all records.

  • The default value is 1000000 (1 million).

  • The valid range is from 0 to 1000000.

This field appears when you select Stream Matching Records from the Result Set option.

Number

FALSE

Output

Field Definition Type

Raw Output

Raw output returned by the Okta API.

Object

ID

Unique identifier of the user.

Text

Status

Current status of the user.

Text

Created

Time stamp when the user was created.

Text

Activated

Time stamp when the user was activated.

Text

Status Changed

Time stamp when the user's status was changed.

Text

Last Login

Time stamp when the user last logged in.

Text

Last Updated

Time stamp when the user was last updated.

Text

Password Changed

Time stamp when the user's password was changed.

Text

First Name

First name of the user.

Text

Last Name

Last name of the user.

Text

Mobile Phone

Mobile phone number of the user.

Text

Second Email

Secondary email of the user.

Text

Login

Login username of the user (usually in the form of an email address).

Text

Email

Email address of the user.

Text

Records Streamed

Number of records streamed in a streaming flow.

Appears when Stream Records is selected from the Result Set field.

Number

Related topics

Okta connector

Workflow elements

Guidance for Okta connector

Okta API documentation