Skip to content
Start here

Users

Get an Access policy test users page
GET/accounts/{account_id}/access/policy-tests/{policy_test_id}/users
ModelsExpand Collapse
UserListResponse { id, email, name, status }
id: optional string

UUID.

maxLength36
email: optional string

The email of the user.

formatemail
name: optional string

The name of the user.

status: optional "approved" or "blocked" or "error"

Policy evaluation result for an individual user.

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