Skip to content
Start here

Users

Get an Access policy test users page
client.zeroTrust.access.applications.policyTests.users.list(stringpolicyTestId, UserListParams { account_id, page, per_page, status } params, RequestOptionsoptions?): V4PagePaginationArray<UserListResponse { id, email, name, status } >
GET/accounts/{account_id}/access/policy-tests/{policy_test_id}/users
ModelsExpand Collapse
UserListResponse { id, email, name, status }
id?: string

UUID.

maxLength36
email?: string

The email of the user.

formatemail
name?: string

The name of the user.

status?: "approved" | "blocked" | "error"

Policy evaluation result for an individual user.

One of the following:
"approved"
"blocked"
"error"