get https://{applicationQualifiedDomain}.us.wristband.dev/api/v1/users//auth-factors
Queries auth factors, scoped to a user, based off a query expression.
Query Filter Attributes:
type
status
Query Sort Attributes:
type
status
Required Permissions
Below is the list of required permissions needed to interact with this API. For each permission the allowed permission boundaries are also specified.
Permission | Boundary | Description |
---|---|---|
auth-factor:read | Application | The subject can perform this query if the user specified in the URL path belongs to the subject's associated application. |
Tenant | The subject can perform this query if the user specified in the URL path belongs to the subject's associated tenant. | |
Tenant Inclusion List | The subject can perform this query if the user specified in the URL path belongs to a tenant in the tenant inclusion list. | |
Tenant Exclusion List | The subject can perform this query if the user specified in the URL path belongs to the subject's associated application but does not belong to a tenant in the tenant exclusion list. | |
Self | The subject can perform this query if the user specified in the URL path is the subject itself. |