List users

List all users with a specific domain in Mimecraft.

Options

Field Definition Type Required

Result Set

Choose a method to filter search results:

  • First 500 Records: Returns the first 500 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 FALSE

Input

Field Definition Type Required

List By

Domain

The user's parent domain.

Text FALSE

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.

Flow

TRUE

Record Limit

Specify the number of records to stream.

  • When the Record Limit is greater than 0, the stream returns up to the maximum number specified.

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

  • The default value is 2500000 (2.5 million).

  • The valid range is 1 to 2500000.

Number TRUE

Output

Field Definition Type

Result

Users

List of Objects

Username

The user's display name.

Text

Email Address

The email address of the user.

Text

Domain

The user's domain. The user's email address belongs to this domain.

Text

Alias

If true, the user is an alias.

True/False

Address Type

The user's address type.

Text

Source

The source of the group (LDAP or Cloud).

Text

Records Streamed

Number of records streamed in a streaming flow.

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

Number