Skip to main content
GET
List Resource Users

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Prefer
string

Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)

Example:

"heartbeat"

Query Parameters

raw
boolean | null

Indicates that the raw request result should be returned in addition to the mapped result (default value is false)

proxy
object | null

Query parameters that can be used to pass through parameters to the underlying provider request by surrounding them with 'proxy' key

fields
string | null

The comma separated list of fields to return in the response (if empty, all fields are returned)

filter
object | null

Filter parameters that allow greater customisation of the list response

page
string | null

The page number of the results to fetch

page_size
string | null

The number of results per page (default value is 25)

next
string | null

The unified cursor

updated_after
string<date-time> | null

Use a string with a date to only select results updated after that given date

Example:

"2020-01-01T00:00:00.000Z"

resource_type
string
required

The kind of resource to scope the user list to. Use GET /unified/iam/resource_types to discover provider-supported values.

Example:

"group"

resource_id
string
required

The id of the specific resource. For Google Directory groups this must be the raw remote_id (or group email), NOT the StackOne-encoded id.

Example:

"02xcytpi2f2g0na"

cursor
string | null

Provider-specific raw pagination cursor. On Google Directory this is Google's nextPageToken from a prior response. Note: this connector does not yet wrap the cursor as a unified next-cursor — pass it raw. Mutually exclusive with the standard next query parameter.

Response

Users with access to the specified resource were retrieved, with their resource-scoped roles populated.

data
object[]
required
next_page
string | null
deprecated
next
string | null
raw
object[] | null