List a tenant's subjects
Lists the subjects asserted under a tenant. Subjects are only listable through their tenant: a subject’s external_id is unique within its tenant, not across the workspace, so the same key can name different people under different tenants.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Workspace ID.
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
Tenant whose subjects to list. Accepts the canonical tenant_… form or
the external_id:<value> form.
Query Parameters
Maximum number of results to return.
Pagination cursor from previous response.
Substring match against the subject's name and external_id.
Sort order for results (asc or desc by creation time).
When true, the info field on each returned subject is populated.