Query Tenant Users

Queries users, scoped to a tenant, based on a query expression.

Query Filter Attributes

NameTypeCase SensitiveSupported Comparison Operators
idStringYeseq, ne, in, nin
usernameStringNoeq, ne, sw, lt, le, gt, ge, in, nin
emailStringNoeq, ne, sw, lt, le, gt, ge, in, nin
emailVerifiedBooleanN/Aeq, ne, in, nin
externalIdStringYeseq, ne, sw, lt, le, gt, ge, in, nin
familyNameStringNoeq, ne, sw, lt, le, gt, ge, in, nin
givenNameStringNoeq, ne, sw, lt, le, gt, ge, in, nin
fullNameStringNoeq, ne, sw, lt, le, gt, ge, in, nin
statusStringNoeq, ne, in, nin
identityProviderNameStringNoeq, ne, sw, lt, le, gt, ge, in, nin
identityProviderTypeStringNoeq, ne, in, nin

Sort Attributes

  • id
  • username
  • email
  • externalId
  • familyName
  • givenName
  • fullName
  • status
  • identityProviderName
  • identityProviderType

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.

PermissionBoundaryDescription
user:readApplicationThe subject can perform this query if the tenant specified in the URL path is associated with the subject's application.
TenantThe subject can perform this query if they are associated with the tenant specified in the URL path.
Tenant Inclusion ListThe subject can perform this query if the tenant specified in the URL path is included in the tenant inclusion list.
Tenant Exclusion ListThe subject can perform this query if the tenant specified in the URL path belongs to the subject's associated application and is not included in the tenant exclusion list.
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!