Skip to content
Start here

Users

Get an Access policy test users page
zero_trust.access.applications.policy_tests.users.list(strpolicy_test_id, UserListParams**kwargs) -> SyncV4PagePaginationArray[UserListResponse]
GET/accounts/{account_id}/access/policy-tests/{policy_test_id}/users
ModelsExpand Collapse
class UserListResponse:
id: Optional[str]

UUID.

maxLength36
email: Optional[str]

The email of the user.

formatemail
name: Optional[str]

The name of the user.

status: Optional[Literal["approved", "blocked", "error"]]

Policy evaluation result for an individual user.

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