How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Strivacity Admin API

The administrative REST API for a Strivacity instance — accounts and identity stores, applications and clients, adaptive access and MFA policies, journeys, branding, consents, claims and dialects, groups and roles, organizations, notification and password policies, identity verification, lifecycle event hooks, outbound provisioning, event streaming, bulk operations, translations, audit entries and account events. 322 operations across 63 tag groups. Authorized with an OAuth 2.0 client-credentials bearer token scoped by an API Access policy.

This API exposes 323 operations across 184 paths, organized into 63 resource areas, and defines 872 schemas. It is described by OpenAPI 3.0.1, at version v0.0.1.

Requests are made against a single base URL, https://{tenant}.

323 operations 184 paths 872 schemas 50 DELETE144 GET1 HEAD77 POST51 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v0.0.1
Base URL
https://{tenant}.strivacity.com/admin/api/v1
Authentication
HTTP Bearer
Resource Areas
63

Authentication & Security 1

Strivacity Admin API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (securityScheme).

Paths & Operations 323

Across 184 paths, the API surfaces 323 operations — 50 DELETE, 144 GET, 1 HEAD, 77 POST, 51 PUT. They span 63 resource areas, including API Security Policy, API Security Policy Scope, Account Event TTL, Adaptive Access Policy (Adaptive MFA), Branding Policy, Bulk Operation, Dialect, Claim, and 55 more. Each is listed below with its method, path, parameters, and response codes.

API Security Policy 9
GET
/admin/api/v1/accessPolicies
List API security policies
listApiAccessPolicies 7 params → 200401403
POST
/admin/api/v1/accessPolicies
Create an API security policy
createApiAccessPolicy body → 201400401403409
DELETE
/admin/api/v1/accessPolicies/{policyId}
Delete an API security policy
deleteApiAccessPolicy 1 param → 204401403409
GET
/admin/api/v1/accessPolicies/{policyId}
Get an API security policy
getApiAccessPolicy 1 param → 200401403404
PUT
/admin/api/v1/accessPolicies/{policyId}
Update an API security policy
updateApiAccessPolicy 1 param body → 200400401403404409
POST
/admin/api/v1/accessPolicies/{policyId}/assignments
Assign a client to an API security policy
createApplicationAssignment 1 param body → 201400401403404409
DELETE
/admin/api/v1/accessPolicies/{policyId}/assignments/{clientId}
Delete an API security policy assignment
deleteApplicationAssignmentFromApiAccessPolicy 2 params → 204401403404
GET
/admin/api/v1/accessPolicies/{policyId}/assignments/{clientId}
Get an API security policy assignment
getApiAccessPolicyAssignmentByClientId 2 params → 200401403404
PUT
/admin/api/v1/accessPolicies/{policyId}/assignments/{clientId}
Update an API security policy assignment
updateApplicationAssignment 2 params body → 200400401403404
API Security Policy Scope 4
POST
/admin/api/v1/accessPolicies/{policyId}/scopes
Create a scope for an API security policy
createScope 1 param body → 201400401403404409
DELETE
/admin/api/v1/accessPolicies/{policyId}/scopes/{scopeId}
Delete a scope for an API security policy
deleteScope 2 params → 204401403409
GET
/admin/api/v1/accessPolicies/{policyId}/scopes/{scopeId}
Get a scope for an API security policy
getScope 2 params → 200401403404
PUT
/admin/api/v1/accessPolicies/{policyId}/scopes/{scopeId}
Update a scope for an API security policy
updateScope 2 params body → 200400401403404409
Account Event TTL 1
GET
/admin/api/v1/accountEventTTLs
Get available account event TTLs
getAvailableAccountEventTTLs → 200401403
Adaptive Access Policy (Adaptive MFA) 6
GET
/admin/api/v1/adaptiveMfas
List adaptive access policies
getMFAPolicies 5 params → 200401403
POST
/admin/api/v1/adaptiveMfas
Create an adaptive access policy
createAdaptiveMFA body → 201400401403409
GET
/admin/api/v1/adaptiveMfas/location
Filter for locations
getMFAPolicyLocation 1 param → 200400401403
DELETE
/admin/api/v1/adaptiveMfas/{id}
Delete an adaptive access policy
deleteAdaptiveMFAById 1 param → 204401403409
GET
/admin/api/v1/adaptiveMfas/{id}
Get an adaptive access policy
getAdaptiveMFA 1 param → 200401403404
PUT
/admin/api/v1/adaptiveMfas/{id}
Update an adaptive access policy
updateAdaptiveMFA 1 param body → 200400401403404
Branding Policy 5
GET
/admin/api/v1/brands
List branding policies
getBrands 5 params → 200401403
POST
/admin/api/v1/brands
Create a branding policy
createBrand body → 201400401403409
DELETE
/admin/api/v1/brands/{id}
Delete a branding policy
deleteBrandById 1 param → 204401403409
GET
/admin/api/v1/brands/{id}
Get a branding policy
getBrand 1 param → 200401403404
PUT
/admin/api/v1/brands/{id}
Update a branding policy
updateBrand 1 param body → 200400401403404409
Bulk Operation 4
HEAD
/admin/api/v1/bulk
Query if there is a running bulk operation
isRunning → 204401403429
POST
/admin/api/v1/bulk
Create a bulk operation job
createJob body → 200400401403429
GET
/admin/api/v1/bulk/{jobId}
Get status of a job
getJobStatus 1 param → 200401403404
GET
/admin/api/v1/bulk/{jobId}/errors
Get errors for a job
errors 1 param → 200401403
Dialect 5
GET
/admin/api/v1/claim/dialects
List dialects
getDialects 5 params → 200401403
POST
/admin/api/v1/claim/dialects
Create a dialect
createDialect body → 201400401403409
DELETE
/admin/api/v1/claim/dialects/{id}
Delete a dialect
deleteDialectById 1 param → 204401403409
GET
/admin/api/v1/claim/dialects/{id}
Get a dialect
getDialect 1 param → 200401403404
PUT
/admin/api/v1/claim/dialects/{id}
Update a dialect
updateDialect 1 param body → 200400401403404409
Claim 5
GET
/admin/api/v1/claim/dialects/{dialectId}/claims
List claims
getClaims 5 params → 200401403404
POST
/admin/api/v1/claim/dialects/{dialectId}/claims
Create a claim
createClaim 1 param body → 201400401403404409
DELETE
/admin/api/v1/claim/dialects/{dialectId}/claims/{id}
Delete a claim
deleteClaimById 2 params → 204401403
GET
/admin/api/v1/claim/dialects/{dialectId}/claims/{id}
Get a claim
getClaim 2 params → 200401403404
PUT
/admin/api/v1/claim/dialects/{dialectId}/claims/{id}
Update a claim
updateClaim 2 params body → 200400401403404409
Native Claim 5
GET
/admin/api/v1/claim/native
List native claims
getAllNativeClaims 4 params → 200401403
POST
/admin/api/v1/claim/native
Create a native claim
createNativeClaim body → 201400401403409
DELETE
/admin/api/v1/claim/native/{id}
Delete a native claim
deleteNativeClaim 1 param → 204400401403409
GET
/admin/api/v1/claim/native/{id}
Get a native claim
getNativeClaim 1 param → 200401403404
PUT
/admin/api/v1/claim/native/{id}
Update a native claim
updateNativeClaim 1 param body → 200400401403404409
Consent 4
GET
/admin/api/v1/consents
List consents
getAllConsents 5 params → 200401403
POST
/admin/api/v1/consents
Create a consent
createConsent body → 201400401403409
GET
/admin/api/v1/consents/{id}
Get a consent
getConsentById 1 param → 200401403404
PUT
/admin/api/v1/consents/{id}
Update a consent
updateConsent 1 param body → 200400401403404409
Lifecycle Event Hook Descriptor 1
GET
/admin/api/v1/eventHooks/descriptor
List descriptors for event hooks
getAllEventHooks → 200401403
Lifecycle Event Hook 7
GET
/admin/api/v1/eventHooks/function
List lifecycle event hooks
getAllEventHookFunctions 7 params → 200401403
POST
/admin/api/v1/eventHooks/function
Create a lifecycle event hook
createEventHookFunction body → 201400401403409
DELETE
/admin/api/v1/eventHooks/function/{id}
Delete a lifecycle event hook
deleteEventHookFunction 1 param → 204401403409
GET
/admin/api/v1/eventHooks/function/{id}
Get a lifecycle event hook
getEventHookFunctionById 1 param → 200401403404
PUT
/admin/api/v1/eventHooks/function/{id}
Update a lifecycle event hook
updateEventHookFunction 1 param body → 200401403404409
POST
/admin/api/v1/eventHooks/function/{id}/deploy
Deploy a lifecycle event hook
deployEventHookFunction 1 param → 200401403404
GET
/admin/api/v1/eventHooks/function/{id}/status
Get status of a lifecycle event hook
getEventHookFunctionStatusById 1 param → 200401403404
Lifecycle Event Hook Tryout 3
POST
/admin/api/v1/eventHooks/function/{functionId}/test
Create a tryout function resource
createFunctionResource 1 param body → 201400401403404
DELETE
/admin/api/v1/eventHooks/function/{functionId}/test/{id}
Delete a tryout function resource
deleteFunctionResource 2 params → 204400401403
POST
/admin/api/v1/eventHooks/function/{functionId}/test/{id}/call
Call a tryout function resource
callFunctionResource 2 params body → 200400401403404
Lifecycle Event Hook Log 2
GET
/admin/api/v1/eventHooks/logs
List event hook logs
getEventHookLogs 13 params → 200401403
GET
/admin/api/v1/eventHooks/logs/{id}
Get an event hook log
getEventHookLogById 1 param → 200401403404
NPM Dependency 2
POST
/admin/api/v1/eventHooks/npm/package
List NPM dependency versions
getPackage body → 200401403
POST
/admin/api/v1/eventHooks/npm/search
Filter for NPM dependency suggestions for a lifecycle event hook
getSuggestions body → 200401403
Account Event 5
GET
/admin/api/v1/events/account
List account events
getAccountEvents 15 params → 200401403
GET
/admin/api/v1/events/account/{eventId}
Get an account event
getAccountEventById 1 param → 200401403404
GET
/admin/api/v1/events/descriptor
List descriptors for account events
getDescriptor → 200401403
GET
/admin/api/v1/events/notification
List notification events
getNotificationEvents 9 params → 200401403
GET
/admin/api/v1/events/notification/{eventId}
Get a notification event
getNotificationEventById 1 param → 200401403404
Identity Verification Policy 5
GET
/admin/api/v1/identityProofings
List identity verification policies
getAllIdentityProofings 6 params → 200401403
POST
/admin/api/v1/identityProofings
Create an identity verification policy
createIdentityProofing body → 201400401403409
DELETE
/admin/api/v1/identityProofings/{id}
Delete an identity verification policy
deleteIdentityProofingById 1 param → 204401403409
GET
/admin/api/v1/identityProofings/{id}
Get an identity verification policy
getIdentityProofingById 1 param → 200401403404
PUT
/admin/api/v1/identityProofings/{id}
Update an identity verification policy
updateIdentityProofing 1 param body → 200401403404409
Identity Verification Step 6
GET
/admin/api/v1/identityProofings/{identityProofingId}/steps
List identity verification steps
findAll 1 param → 200401403404
POST
/admin/api/v1/identityProofings/{identityProofingId}/steps
Create an identity verification step
create_1 1 param body → 201400401403404409
PUT
/admin/api/v1/identityProofings/{identityProofingId}/steps
Reorder verification steps
reorder 1 param body → 204400401403404
DELETE
/admin/api/v1/identityProofings/{identityProofingId}/steps/{id}
Delete an identity verification step
deleteById 2 params → 204401403404
GET
/admin/api/v1/identityProofings/{identityProofingId}/steps/{id}
Get an identity verification step
findById 2 params → 200401403404
PUT
/admin/api/v1/identityProofings/{identityProofingId}/steps/{id}
Update an identity verification step
update_7 2 params body → 200400401403404409
Identity Store 7
GET
/admin/api/v1/identityStores
List identity stores
getIdentityStores 5 params → 200401403
POST
/admin/api/v1/identityStores
Create an identity store
createIdentityStore body → 201400401403409
DELETE
/admin/api/v1/identityStores/{identityStoreName}
Delete an identity store
deleteIdentityStoreByName 1 param → 204401403409
GET
/admin/api/v1/identityStores/{identityStoreName}
Get an identity store
getIdentityStore 1 param → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}
Update an identity store
updateIdentityStore 1 param body → 200400401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/availableNativeClaims
List available native claims
getAvailableNativeClaims 1 param → 200401403
GET
/admin/api/v1/identityStores/{identityStoreName}/nativeClaimMappings
List native claim mappings
getNativeClaimMappings 1 param → 200401403
Account 27
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts
List accounts
listAccounts 27 params → 200400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts
Create an account
createAccount 3 params body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}
Delete an account
deleteAccountById 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}
Get an account
getAccountById 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/authenticators
Create authenticator for an account
addAuthenticator 5 params body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/authenticators/{authenticatorId}
Delete authenticator for an account
deleteAuthenticator 4 params → 204401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/disable
Disable an account
disableAccount 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/enable
Enable an account
enableAccount 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/groups
Assign groups to an account
addGroupsToAccount 2 params body → 204400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/identities/identifier
Update identifier for an account
updateAccountIdentifier 5 params body → 200400401403404409
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/impersonation
Request impersonation of an account
impersonation 2 params body → 200400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/liftPasscodeLock
Lift passcode lock for an account
liftPasscodeLock 2 params → 204401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/liftPasswordLock
Lift password lock for an account
liftPasswordLock 2 params → 204401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/lock
Set lock for an account
lock 3 params body → 204400401403404409
PUT
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/notificationPreferences
Update notification preferences for an account
updateAccountNotificationPreferences 3 params body → 200400401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/organization
Update organization for an account
updateAccountOrganization 2 params body → 200400401403404409
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/password/change
Change password for an account
resetPassword 2 params body → 204400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/password/reset
Request password reset for an account
adminInitiatedPasswordReset 3 params → 204400401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/personal
Update metadata of an account
updateLocalMetadata 5 params body → 200400401403404409
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/provisions
List provision statuses for an account
getProvisionStatuses 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/provisions/{outboundProvisionId}/sync
Set provision target priority for an account
outboundProvisionManualPrioritySync 3 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/roles
List role assignments for an account
getAccountRolesById 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/roles
Assign multiple roles to an organization for an account
addRolesToAccount 2 params body → 204400401403404
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/roles/{roleId}
Delete an organization role assignment from an account
deleteRolesFromAccount 4 params → 204401403404
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/sessions
Clear sessions for an account
clearAccountDeviceSessions 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/sessions
List sessions for an account
getIdentifiedAccountDeviceSessions 2 params → 200401403404
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/sessions/{sessionId}
Delete session for an account
deleteAccountDeviceSession 3 params → 204401403404
Identity Verification 4
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/accountProofings
List identity verifications
getAccountProofing 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/accountProofings
Create an identity verification
addAccountProofing 2 params body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/accountProofings/{accountProofingId}
Delete attempts for an identity verification
deleteAccountProofingFailures 3 params → 204400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/accountProofings/{accountProofingId}/invalidate
Invalidate an identity verification
invalidateAccountProofing 3 params → 200401403404
Personal Data 1
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/download
Download account information
getPersonalData 3 params → 200400401403404
Account Identity 3
GET
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/identities
List identities for an account
getIdentities 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/identities/{connectorIdentityId}:forceSync
Force sync a connector identity for an account
forceSyncConnectorIdentity 3 params → 204401403404
DELETE
/admin/api/v1/identityStores/{identityStoreName}/accounts/{accountId}/identities/{externalLoginId}
Unlink an external identity from an account
deleteExternalIdentity 4 params → 204400401403404
Account Attribute 5
GET
/admin/api/v1/identityStores/{identityStoreName}/attributes
List attributes
getAllAccountAttributes 1 param → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/attributes
Create an attribute
createAccountAttribute 1 param body → 201400401403404409
PUT
/admin/api/v1/identityStores/{identityStoreName}/attributes
Reorder attributes
reorderAccountAttributes 1 param body → 204400401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/attributes/{id}
Get an Attribute
getAccountAttribute_1 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/attributes/{id}
Update an attribute
updateAccountAttribute_1 2 params body → 200400401403404409
Account Child Attribute 5
GET
/admin/api/v1/identityStores/{identityStoreName}/attributes/{parentAttributeId}/attributes
List child attributes
getAllAccountAttributes_1 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/attributes/{parentAttributeId}/attributes
Create a child attribute
createAccountAttribute_1 2 params body → 201400401403404409
PUT
/admin/api/v1/identityStores/{identityStoreName}/attributes/{parentAttributeId}/attributes
Reorder attributes
reorderAccountAttributes_1 2 params body → 204400401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/attributes/{parentAttributeId}/attributes/{id}
Get an Attribute
getAccountAttribute 3 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/attributes/{parentAttributeId}/attributes/{id}
Update a child attribute
updateAccountAttribute 3 params body → 200400401403404
Group 5
GET
/admin/api/v1/identityStores/{identityStoreName}/groups
List groups
getGroups 7 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/groups
Create a group
createGroup 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/groups/{id}
Delete a group
deleteGroup 2 params → 204401403404409
GET
/admin/api/v1/identityStores/{identityStoreName}/groups/{id}
Get a group
getGroup 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/groups/{id}
Update a group
updateGroup 2 params body → 200400401403404409
Group API Security Policy Assignment 5
GET
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/apiAccessPolicyAssignments
List API security policy assignments for a group
listGroupApiAccessPolicyAssignments 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/apiAccessPolicyAssignments
Assign API security policy to a group
createGroupApiAccessPolicyAssignment 2 params body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/apiAccessPolicyAssignments/{apiAccessPolicyId}
Delete a group API security policy assignment
deleteGroupApiAccessPolicyAssignment 3 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/apiAccessPolicyAssignments/{apiAccessPolicyId}
Get API security policy assignment for a group
getGroupApiAccessPolicyAssignment 3 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/apiAccessPolicyAssignments/{apiAccessPolicyId}
Update assigned scopes
updateGroupApiAccessPolicyAssignment 3 params body → 200400401403404
Group Member 3
GET
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/members
List group members
listGroupMembers 26 params → 200400401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/members
Add member to a group
addGroup 2 params body → 204401403404
DELETE
/admin/api/v1/identityStores/{identityStoreName}/groups/{groupId}/members/{accountId}
Remove member from a group
removeGroup 3 params → 204401403404
Inbound Connection [beta] 6

These endpoints are subject to change

GET
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections
List inbound connections
listInboundConnections 1 param → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections
Create an inbound connection
createInboundConnection 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections/{inboundConnectionId}
Delete an inbound connection
deleteInboundConnection 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections/{inboundConnectionId}
Get an inbound connection
getInboundConnection 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections/{inboundConnectionId}
Update an inbound connection
updateInboundConnection 2 params body → 200400401403404409
POST
/admin/api/v1/identityStores/{identityStoreName}/inboundConnections/{inboundConnectionId}/forceSync
Forces a sync for inbound connection
inboundConnectionFullSync 2 params → 204401403404
Account Invitation 5
GET
/admin/api/v1/identityStores/{identityStoreName}/invite
List account invitations
getAccountInvitations 8 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/invite
Create an account invitation
createInvitation 3 params body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/invite/{invitationId}
Revoke an account invitation
deleteAccountInvitation 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/invite/{invitationId}
Get an account invitation
getAccountInvitation 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/invite/{invitationId}/resend
Resend an account invitation
resendInvitation 2 params → 200400401403404
Account Lifecycle Rule 5
GET
/admin/api/v1/identityStores/{identityStoreName}/lifecycleRules
List account lifecycle rules
listLifecycleRules 1 param → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/lifecycleRules
Create an account lifecycle rule
createLifecycleRule 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/lifecycleRules/{lifecycleRuleId}
Delete an account lifecycle rule
deleteLifecycleRule 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/lifecycleRules/{lifecycleRuleId}
Get an account lifecycle rule
getLifecycleRule 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/lifecycleRules/{lifecycleRuleId}
Update an account lifecycle rule
updateLifecycleRule 2 params body → 200400401403404409
Organization 5
GET
/admin/api/v1/identityStores/{identityStoreName}/organizations
List organizations
getOrganizations 8 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/organizations
Create an organization
createOrganization 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/organizations/{id}
Delete an organization
deleteOrganization 2 params → 204401403404409
GET
/admin/api/v1/identityStores/{identityStoreName}/organizations/{id}
Get an organization
getOrganization 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/organizations/{id}
Update an organization
updateOrganization 2 params body → 200400401403404409
Outbound Provision 9
GET
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision
List outbound provisions
listOutboundProvisions 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision
Create an outbound provision
createOutboundProvision 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}
Delete an outbound provision
deleteOutboundProvision 2 params → 204401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}
Get an outbound provision
getOutboundProvision 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}
Update an outbound provision
updateOutboundProvision 2 params body → 200400401403404409
GET
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}/logs
List provision function logs
getProvisionFunctionLogs 10 params → 200401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}/logs/{id}
Get the provision function log
getProvisionFunctionLog 3 params → 200401403404
GET
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}/status
Get status of the provision function
getProvisionStatus 2 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/outboundProvision/{outboundProvisionId}/sync
Full resync an outbound provision
syncOutboundProvision 2 params → 204401403404
Role 5
GET
/admin/api/v1/identityStores/{identityStoreName}/roles
List roles
list_5 6 params → 200401403404
POST
/admin/api/v1/identityStores/{identityStoreName}/roles
Create a role
create_7 1 param body → 201400401403404409
DELETE
/admin/api/v1/identityStores/{identityStoreName}/roles/{id}
Delete a role
delete_8 2 params → 204401403404409
GET
/admin/api/v1/identityStores/{identityStoreName}/roles/{id}
Get a role
get_5 2 params → 200401403404
PUT
/admin/api/v1/identityStores/{identityStoreName}/roles/{id}
Update a role
update_6 2 params body → 200400401403404409
Available Role Scope 1
GET
/admin/api/v1/identityStores/{identityStoreName}/scopes
List available scopes
getScopes 1 param → 200401403
Instance Config 3
GET
/admin/api/v1/instance/config
Get instance config
getInstanceConfig → 200401403
POST
/admin/api/v1/instance/config
Update instance config
updateInstanceConfig body → 200400401403
GET
/admin/api/v1/instance/config/addresses
Get instance address
getInstanceAddress → 200401403
Email Provider Configuration 7
GET
/admin/api/v1/instance/email/activeProvider
Get active email service provider
getActiveProviderId → 200401403
POST
/admin/api/v1/instance/email/activeProvider
Set active email service provider
setActiveProviderId body → 200400401403
GET
/admin/api/v1/instance/email/providers
List email service providers
readEmailProviders 4 params → 200401403
POST
/admin/api/v1/instance/email/providers
Create email service provider
createEmailProviders body → 201400401403409
DELETE
/admin/api/v1/instance/email/providers/{providerId}
Delete email service provider
deleteEmailProvider 1 param → 204400401403409
GET
/admin/api/v1/instance/email/providers/{providerId}
Get email service provider
readEmailProvider 1 param → 200401403404
PUT
/admin/api/v1/instance/email/providers/{providerId}
Update email service provider
updateEmailProvider 1 param body → 200400401403404409
Event Streaming 6
GET
/admin/api/v1/instance/eventStreaming
List event streaming configurations
list_4 4 params → 200401403
POST
/admin/api/v1/instance/eventStreaming
Create an event streaming configuration
create_6 body → 201400401403409
DELETE
/admin/api/v1/instance/eventStreaming/{id}
Delete an event streaming configuration
delete_7 1 param → 204401403
GET
/admin/api/v1/instance/eventStreaming/{id}
Get an event streaming configuration
getById 1 param → 200401403404
PUT
/admin/api/v1/instance/eventStreaming/{id}
Update an event streaming configuration
update_5 1 param body → 200401403404409
POST
/admin/api/v1/instance/eventStreaming/{id}/test
Test an event streaming configuration
sendTestEvent 1 param → 200401403404
Active Telephony Provider Configuration 4
GET
/admin/api/v1/instance/telephony/activeProviders
List active telephony service providers
readActiveTelephonyProviders → 200401403
DELETE
/admin/api/v1/instance/telephony/activeProviders/{activeProviderChannel}
Deactivate telephony service provider by type
deactivate 1 param → 204401403404
GET
/admin/api/v1/instance/telephony/activeProviders/{activeProviderChannel}
Get active telephony service provider
readActiveTelephonyProvider 1 param → 200401403404
POST
/admin/api/v1/instance/telephony/activeProviders/{activeProviderChannel}
Activate telephony service provider
activate 1 param body → 200400401403404
Telephony Provider Configuration 5
GET
/admin/api/v1/instance/telephony/providers
List telephony service providers
readTelephonyProviders 4 params → 200401403
POST
/admin/api/v1/instance/telephony/providers
Create telephony service provider
createTelephonyProviders body → 201400401403409
DELETE
/admin/api/v1/instance/telephony/providers/{providerId}
Delete telephony service provider
deleteTelephonyProvider 1 param → 204400401403409
GET
/admin/api/v1/instance/telephony/providers/{providerId}
Get telephony service provider
readTelephonyProvider 1 param → 200401403404
PUT
/admin/api/v1/instance/telephony/providers/{providerId}
Update telephony service provider
updateTelephonyProvider 1 param body → 200400401403404409
Variables 5
GET
/admin/api/v1/instance/variables
List variables
getAll 6 params → 200401403
POST
/admin/api/v1/instance/variables
Create a variable
create_5 body → 201400401403409
DELETE
/admin/api/v1/instance/variables/{id}
Delete a variable
delete_6 1 param → 204401403409
GET
/admin/api/v1/instance/variables/{id}
Get a variable
get_4 1 param → 200401403404
PUT
/admin/api/v1/instance/variables/{id}
Update a variable
update_4 1 param body → 200400401403404409
Web Analytics 5
GET
/admin/api/v1/instance/webAnalytics
List web analytics integrations
list_3 3 params → 200401403
POST
/admin/api/v1/instance/webAnalytics
Create a web analytics integration
create_4 body → 201400401403409
DELETE
/admin/api/v1/instance/webAnalytics/{id}
Delete a web analytics integration
delete_5 1 param → 204401403
GET
/admin/api/v1/instance/webAnalytics/{id}
Get a web analytics integration
get_3 1 param → 200401403404
PUT
/admin/api/v1/instance/webAnalytics/{id}
Update a web analytics integration
update_3 1 param body → 200400401403404
Enterprise Login Provider 5
GET
/admin/api/v1/loginProviders/enterprise
List enterprise login providers
getEnterpriseLoginProviders 5 params → 200401403
POST
/admin/api/v1/loginProviders/enterprise
Create an enterprise login provider
createEnterpriseLoginProvider body → 201400401403409
DELETE
/admin/api/v1/loginProviders/enterprise/{id}
Delete an enterprise login provider
deleteEnterpriseLoginProvider 1 param → 204401403409
GET
/admin/api/v1/loginProviders/enterprise/{id}
Get an enterprise login provider
getEnterpriseLoginProvider 1 param → 200401403404
PUT
/admin/api/v1/loginProviders/enterprise/{id}
Update an enterprise login provider
updateEnterpriseLoginProvider 1 param body → 200400401403404409
Enterprise Login Claim Mapping 6
GET
/admin/api/v1/loginProviders/enterprise/{providerId}/availableNativeClaims
List available native claims
getNotAssignedNativeClaims_1 1 param → 200401403404
GET
/admin/api/v1/loginProviders/enterprise/{providerId}/mappings
List claim mappings
getEnterpriseLoginMappings 4 params → 200401403404
POST
/admin/api/v1/loginProviders/enterprise/{providerId}/mappings
Create a claim mapping
createEnterpriseLoginMapping 1 param body → 201400401403404409
DELETE
/admin/api/v1/loginProviders/enterprise/{providerId}/mappings/{id}
Delete claim mapping
delete_4 2 params → 204401403404
GET
/admin/api/v1/loginProviders/enterprise/{providerId}/mappings/{id}
Get a claim mapping
getEnterpriseLoginMapping 2 params → 200401403404
PUT
/admin/api/v1/loginProviders/enterprise/{providerId}/mappings/{id}
Update claim mapping
updateGenericOIDCMapping 2 params body → 200400401403404409
Social Login Provider 5
GET
/admin/api/v1/loginProviders/social
List social login providers
getLoginProviders 5 params → 200401403
POST
/admin/api/v1/loginProviders/social
Create a social login provider
createLoginProvider body → 201400401403409
DELETE
/admin/api/v1/loginProviders/social/{id}
Delete a social login provider
deleteLoginProvider 1 param → 204401403409
GET
/admin/api/v1/loginProviders/social/{id}
Get a social login provider
getLoginProvider 1 param → 200401403404
PUT
/admin/api/v1/loginProviders/social/{id}
Update a social login provider
updateLoginProvider 1 param body → 200400401403404
Social Login Claim Mapping 6
GET
/admin/api/v1/loginProviders/social/{providerId}/availableNativeClaims
List available native claims
getNotAssignedNativeClaims 1 param → 200401403404
GET
/admin/api/v1/loginProviders/social/{providerId}/mappings
List claim mappings
getSocialMappings 4 params → 200401403404
POST
/admin/api/v1/loginProviders/social/{providerId}/mappings
Create a claim mapping
createSocialMapping 1 param body → 201400401403404409
DELETE
/admin/api/v1/loginProviders/social/{providerId}/mappings/{id}
Delete claim mapping
delete_3 2 params → 204401403404
GET
/admin/api/v1/loginProviders/social/{providerId}/mappings/{id}
Get a claim mapping
getSocialMapping 2 params → 200401403404
PUT
/admin/api/v1/loginProviders/social/{providerId}/mappings/{id}
Update claim mapping
updateSocialMapping 2 params body → 200400401403404409
Admin Principal 2
GET
/admin/api/v1/me
Get admin information
adminPrincipal → 200401403
POST
/admin/api/v1/me
Update UI settings for admin account
updateAdminPrincipal body → 200401403
Notification Policy 5
GET
/admin/api/v1/notificationPolicies
List notification policies
getNotificationPolicies 5 params → 200401403
POST
/admin/api/v1/notificationPolicies
Create a notification policy
createNotificationPolicy body → 201400401403409
DELETE
/admin/api/v1/notificationPolicies/{id}
Delete a notification policy
deleteNotificationPolicy 1 param → 204401403409
GET
/admin/api/v1/notificationPolicies/{id}
Get a notification policy
getNotificationPolicy 1 param → 200401403404
PUT
/admin/api/v1/notificationPolicies/{id}
Update a notification policy
updateNotificationPolicy 1 param body → 200400401403404409
Notification Template 4
PUT
/admin/api/v1/notificationPolicies/{policyId}/email/{id}
Update a notification template (email)
updateNotificationTemplateEmail 2 params body → 200400401403404
PUT
/admin/api/v1/notificationPolicies/{policyId}/sms/{id}
Update a notification template (SMS)
updateNotificationTemplateSMS 2 params body → 200400401403404
GET
/admin/api/v1/notificationPolicies/{policyId}/{type}
List notification templates
getNotificationTemplateParameters 2 params → 200401403404
GET
/admin/api/v1/notificationPolicies/{policyId}/{type}/{id}
Get a notification template
getNotificationTemplate 3 params → 200400401403404
Notification Preference Descriptor 1
GET
/admin/api/v1/notificationPreferences/descriptor
List descriptors for notification preferences
getNotificationPreferencesDescriptor → 200
Password Quality Policy 5
GET
/admin/api/v1/passwordPolicies
List password quality policies
getAllPasswordPolicies 5 params → 200401403
POST
/admin/api/v1/passwordPolicies
Create a password quality policy
createPasswordPolicy body → 201400401403409
DELETE
/admin/api/v1/passwordPolicies/{id}
Delete a password quality policy
deletePasswordPolicy 1 param → 204401403409
GET
/admin/api/v1/passwordPolicies/{id}
Get a password quality policy
getPasswordPolicy 1 param → 200401403404
PUT
/admin/api/v1/passwordPolicies/{id}
Update a password quality policy
updatePasswordPolicy 1 param body → 200400401403404409
Restricted Password 7
GET
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords
List password word restrictions
list_2 2 params → 200401403404
POST
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords
Create a password word restriction
create_3 1 param body → 201400401403404409
GET
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords/quota
Get total size in MB
getTotalSize 1 param → 200401403404
DELETE
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords/{id}
Delete a password word restriction
delete_2 2 params → 204401403404
GET
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords/{id}
Get a password word restriction
get_2 2 params → 200401403404
PUT
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords/{id}
Update a password word restriction
update_2 2 params body → 200400401403404409
GET
/admin/api/v1/passwordPolicies/{policyId}/restrictedPasswords/{id}/export
Export a password restriction
export_1 2 params → 200401403404
Self Service Policy 5
GET
/admin/api/v1/selfServicePolicies
List self-service policies
getSelfServicePolicies 5 params → 200401403
POST
/admin/api/v1/selfServicePolicies
Create a self-service policy
createSelfServicePolicy body → 201400401403409
DELETE
/admin/api/v1/selfServicePolicies/{id}
Delete a self-service policy
deleteSelfServicePolicyById 1 param → 204401403409
GET
/admin/api/v1/selfServicePolicies/{id}
Get a self-service policy
getSelfServicePolicy 1 param → 200401403404
PUT
/admin/api/v1/selfServicePolicies/{id}
Update a self-service policy
updateSelfServicePolicy 1 param body → 200400401403404409
Statistics 5
GET
/admin/api/v1/statistics/ActiveAccounts
Query active account statistics
queryActiveAccountsStatistics 4 params → 200400401403
GET
/admin/api/v1/statistics/ConnectorJob
Query connector job statistics [beta]
connectorJobStatistics 6 params → 200400401403
GET
/admin/api/v1/statistics/ConnectorUptime
Query connector uptime statistics
queryConnectorUptimeStatistics 3 params → 200400401403
GET
/admin/api/v1/statistics/ConsentAcceptance
Query consent acceptance statistics
queryConsentAcceptanceStatistics 7 params → 200400401403
GET
/admin/api/v1/statistics/{name}
Query statistics
queryNamedStatistics 26 params → 200400401403
Translation 6
GET
/admin/api/v1/translations
List translations
list_7 → 200401403
DELETE
/admin/api/v1/translations/{languageCode}
Reset a translation
reset 1 param → 204401403404
GET
/admin/api/v1/translations/{languageCode}
Export a translation
export 1 param → 200401403404
POST
/admin/api/v1/translations/{languageCode}
Import a translation
importTranslation 1 param body → 200400401403404
POST
/admin/api/v1/translations/{languageCode}/disable
Disable a translation
disableLanguage 1 param → 204401403404
POST
/admin/api/v1/translations/{languageCode}/enable
Enable a translation
enableLanguage 1 param → 204401403404
Audit entry 2
GET
/admin/api/v2/admin/events/audit
List audit logs
list_6 14 params → 200401403
GET
/admin/api/v2/admin/events/audit/{id}
Get an audit log
get_6 1 param → 200401403
Application Variant 7
GET
/admin/api/v2/applicationVariants
List variants
applicationVariants → 200401403
GET
/admin/api/v2/applications/{applicationId}/variants
List application config A/B testing variants
listVariants 1 param → 200401403404
POST
/admin/api/v2/applications/{applicationId}/variants
Create an application config A/B testing variant
createVariant 1 param body → 201400401403404409
PUT
/admin/api/v2/applications/{applicationId}/variants
Update the order of application config A/B testing variants
reorderVariants 1 param body → 204400401403404
DELETE
/admin/api/v2/applications/{applicationId}/variants/{variantId}
Delete an application config A/B testing variant
deleteVariant 2 params → 204401403404
GET
/admin/api/v2/applications/{applicationId}/variants/{variantId}
Get an application config A/B testing variant
getVariant 2 params → 200401403404
PUT
/admin/api/v2/applications/{applicationId}/variants/{variantId}
Update an application config A/B testing variant
updateVariant 2 params body → 200400401403404409
Application 5
GET
/admin/api/v2/applications
List applications
getAllApplicationConfigs 6 params → 200401403
POST
/admin/api/v2/applications
Create an application
createApplicationConfig body → 201400401403409
DELETE
/admin/api/v2/applications/{id}
Delete an application
deleteApplicationConfig 1 param → 204400401403409
GET
/admin/api/v2/applications/{id}
Get an application
getApplicationConfig 1 param → 200400401403404
PUT
/admin/api/v2/applications/{id}
Update an application
updateApplicationConfig 1 param body → 200400401403404409
Organization Policy 5
GET
/admin/api/v2/applications/{appId}/organizations
List organization policies
getOrganizationPolicies 4 params → 200401403404
POST
/admin/api/v2/applications/{appId}/organizations
Create an organization policy
createOrganizationPolicy 1 param body → 201400401403404409
DELETE
/admin/api/v2/applications/{appId}/organizations/{orgId}
Delete an organization policy
deleteOrganizationPolicy 2 params → 204401403404
GET
/admin/api/v2/applications/{appId}/organizations/{orgId}
Get an organization policy
getOrganizationPolicy 2 params → 200401403404
PUT
/admin/api/v2/applications/{appId}/organizations/{orgId}
Update an organization policy
updateOrganizationPolicy 2 params body → 200400401403404
Application Client 9
GET
/admin/api/v2/applications/{applicationId}/clients
List application clients
getAllClients 2 params → 200401403404
POST
/admin/api/v2/applications/{applicationId}/clients
Create an application client
createClient 1 param body → 201400401403404409
DELETE
/admin/api/v2/applications/{applicationId}/clients/{clientId}
Delete an application client
deleteApplicationClient 2 params → 204400401403404409
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}
Get an application client
getClient 2 params → 200401403404
PUT
/admin/api/v2/applications/{applicationId}/clients/{clientId}
Update an application client
updateClient 2 params body → 200400401403404409
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/logs
List token exchange claim mapping function logs
getTokenExchangeClaimMappingLogs 10 params → 200401403404
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/logs/{id}
Get the token exchange claim mapping function log
getTokenExchangeEventHookLogById 3 params → 200401403404
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/saml2/metadata/descriptor
Get SAML2 metadata for an application client
getSaml2MetadataDescriptor 2 params → 200401403404
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/status
Get status of the token exchange claim mapping function
getTokenExchangeStatus 2 params → 200401403404
Bridge Policy 5
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies
List bridge policies
list_1 2 params → 200401403404
POST
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies
Create a bridge policy
create_2 2 params body → 201400401403404409
DELETE
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}
Delete a bridge policy
delete 3 params → 204401403404
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}
Get a bridge policy
get 3 params → 200401403404
PUT
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}
Update a bridge policy
update 3 params body → 200400401403404
Bridge Policy Resource 6
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources
List a bridge policy resources
list 3 params → 200401403404
POST
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources
Create a bridge policy resource
create 3 params body → 201400401403404
PUT
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources
Update the order of bridge policy resources
reOrder 3 params body → 204400401403404
DELETE
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources/{resourceId}
Delete a bridge policy resource
delete_1 4 params → 204401403404
GET
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources/{resourceId}
Get a bridge policy resource
get_1 4 params → 200401403404
PUT
/admin/api/v2/applications/{applicationId}/clients/{clientId}/bridgePolicies/{apiAccessPolicyId}/resources/{resourceId}
Update a bridge policy resource
update_1 4 params body → 200400401403404
Plugin Library 7
GET
/admin/api/v2/pluginLibrary/categories
Get categories for plugin library
getCategories → 200401403
GET
/admin/api/v2/pluginLibrary/eventHookSnippets/{type}
Get snippets by hook type
getSnippets 1 param → 200401403404
GET
/admin/api/v2/pluginLibrary/eventHookSnippets/{type}/{id}
Get snippet code
getSnippetCode 2 params → 200401403404
GET
/admin/api/v2/pluginLibrary/eventHooks
Get plugin library for lifecycle event hooks
getEventHooks → 200401403
GET
/admin/api/v2/pluginLibrary/eventHooks/{id}
Get an integration for lifecycle event hook
getEventHookIntegration 1 param → 200401403404
GET
/admin/api/v2/pluginLibrary/journeys
Get plugin library for journeys
getJourneys → 200401403
GET
/admin/api/v2/pluginLibrary/journeys/{id}
Get an integration for journey
getJourneyIntegration 1 param → 200401403404

Schemas 872

The contract defines 872 schemas that model the data the API accepts and returns. The most detailed are ApplicationClientTokenExchangeConfigurationResponse_ApplicationConfig (23 properties), ApplicationConfigResponse_ApplicationConfig (22 properties), ApplicationClientOAuth2NativeConfigurationResponse_ApplicationConfig (22 properties), ApplicationClientOAuth2ConfigurationResponse_ApplicationConfig (22 properties). Each schema is shown below with its type and property counts.

AccountAttribute
object
Represents an account attribute
17 properties 5 required
AccountAttributeConnector
object
Represents the connector related configurations
1 property
AccountAttributeTranslation
object
3 properties
AccountEnabledTarget
object
1 required
AccountEventActorClient
object
Client in which the actor initiated the event
2 properties
AccountEventHeaderResponse
object
Represents an account event header. Fields with empty values are not included in the response.
11 properties
AccountEventResponse
object
Represents an account event. Fields with empty values are not included in the response.
12 properties
AccountIdentifierUpdateRequest_Account
object
2 properties 1 required
AccountInsertRequest.Email_Account
object
2 properties
AccountInsertRequest.Local_Account
object
Represents the local metadata for an account
2 properties
AccountInsertRequest.Phone_Account
object
2 properties
AccountInsertRequest_Account
object
9 properties 1 required
AccountInvitationInsertRequest_AccountInvitationDetails
object
7 properties 6 required
AccountInvitationResponse_Account
object
8 properties
AccountInvitationResponse_AccountInvitationDetails
object
12 properties
AccountLockRequest
object
1 property 1 required
AccountLock_Account
object
Represents a lock on the account
1 property
AccountLockoutResponse
object
Represents account lockout object.
2 properties
AccountLockoutResponse_AdaptiveMFA
object
Represents account lockout object.
2 properties
AccountLockout_Account
object
Represents the account lockout details
5 properties
AccountLockout_AdaptiveMFA
object
Represents the account lockout configuration
2 properties 2 required
AccountOrganizationUpdateRequest
object
1 property
AccountOutboundProvisionStatusResponse
object
6 properties
AccountProofingWithNameAndDeletedResponse_Account
object
6 properties
AccountResponse_Account
object
20 properties
AccountRole_Account
object
Represents an organization-role assignment
2 properties 2 required
AccountRole_AccountInvitationDetails
object
Represents an organization-role assignment
2 properties 2 required
ActionResponse
object
6 properties
Actions
object
2 properties
ActiveTelephonyProviderResponse
object
2 properties
Actor
object
4 properties
ActorApplication
object
Application in which the actor initiated the event
2 properties
ActorClient
object
2 properties
ActorTokenRequest_ApplicationConfig
object
3 properties 2 required
ActorTokenResponse_ApplicationConfig
object
3 properties
AdaptiveAccessPolicyLocationRequest_AdaptiveMFA
object
Location rules to be used for an adaptive access policy
2 properties
AdaptiveAccessPolicyLocationResponse
object
Location rules defined for an adaptive access policy
2 properties
AdaptiveAccessPolicyLocationResponse_AdaptiveMFA
object
Location rules defined for an adaptive access policy
2 properties
AdaptiveAccessPolicyMFAResponse
object
Represents an adaptive access policy configuration
13 properties
AdaptiveAccessPolicyMFAResponse_AdaptiveMFA
object
Represents an adaptive access policy configuration
13 properties
AdaptiveAccessPolicyRequest_AdaptiveMFA
object
14 properties 4 required
AdaptiveAccessPolicyResponse
object
Represents an adaptive access policy
14 properties
AdaptiveAccessPolicyResponse_AdaptiveMFA
object
Represents an adaptive access policy
14 properties
AdaptiveAccessPolicy_InsertRequest
object
13 properties 3 required
AdditionalAuthRequestParam
object
2 properties
AdditionalAuthRequestParamResponse
object
2 properties
AdditionalAuthRequestParamUpsertRequest
object
2 properties 2 required
AdditionalContent
object
Exactly one of its fields have a value other than null
2 properties
AdditionalContent_Brand
object
Exactly one of its fields have a value other than null
2 properties
AdditionalContents
object
4 properties
AdditionalContents_Brand
object
4 properties
AdditionalScripts
object
3 properties
AdditionalScripts_Brand
object
3 properties
AddressRiskEvaluationAddress
object
4 properties 4 required
AddressRiskEvaluationAddressResponse
object
4 properties
AddressRiskEvaluationAttributeResponse
object
1 property
AddressRiskEvaluationContact
object
2 properties 2 required
AddressRiskEvaluationContactResponse
object
2 properties
AddressRiskEvaluationPersonal
object
2 properties 2 required
AddressRiskEvaluationPersonalResponse
object
2 properties
AddressRiskEvaluationStepConfigurationResponse
object
2 properties
AddressRiskEvaluationStepResponse
object
AllowedAuthorizationServersRequest_ApplicationConfig
object
2 properties 2 required
AllowedAuthorizationServersResponse_ApplicationConfig
object
2 properties
ApiSecurityPolicyAssignmentResponse_ApiAccessPolicy
object
4 properties
ApiSecurityPolicyAssignmentUpsertRequest_ApiAccessPolicy
object
3 properties 3 required
ApiSecurityPolicyListResponse
object
5 properties
ApiSecurityPolicyResponse_ApiAccessPolicy
object
7 properties
ApiSecurityPolicyUpsertRequest_ApiAccessPolicy
object
5 properties 3 required
ApiSecurityPolicy_InsertRequest
object
4 properties 2 required
AppleAppSiteAssociationResponse_ApplicationConfig
object
2 properties
AppleAppSiteAssociationUpdate_ApplicationConfig
object
2 properties 2 required
AppleLoginProviderConfiguration
object
6 properties
AppleLoginProviderRequestConfiguration
object
6 properties 5 required
AppleLoginProviderResponse
object
10 properties
AppleLoginProviderUpsertRequest
object
10 properties 4 required
Apple_LoginProvider_InsertRequest
object
9 properties 3 required
ApplicationClientNameAndLoginURLsResponse
object
5 properties
ApplicationClientNameAndLoginURLsResponse_ApplicationConfig
object
5 properties
ApplicationClientOAuth2ConfigurationResponse_ApplicationConfig
object
22 properties
ApplicationClientOAuth2NativeConfigurationResponse_ApplicationConfig
object
22 properties
ApplicationClientOAuth2NativeConfigurationUpdateRequest_ApplicationConfig
object
21 properties 5 required
ApplicationClientSaml2ConfigurationResponse_ApplicationConfig
object
9 properties
ApplicationClientSaml2ConfigurationUpdateRequest_ApplicationConfig
object
9 properties 5 required
ApplicationClientSdkConfigurationResponse_ApplicationConfig
object
4 properties
ApplicationClientSdkConfigurationUpdateRequest_ApplicationConfig
object
4 properties 3 required
ApplicationClientTokenExchangeConfigurationResponse_ApplicationConfig
object
23 properties
ApplicationClientTokenExchangeConfigurationUpdateRequest_ApplicationConfig
object
9 properties 5 required
ApplicationClientTokenExchangeExchangeConfigResponse_ApplicationConfig
object
7 properties
ApplicationClientTokenExchangeExchangeConfigUpdateRequest_ApplicationConfig
object
7 properties 6 required
ApplicationConfigConsentRequest_ApplicationConfig
object
Consent assignment for an application
3 properties
ApplicationConfigConsentResponse_ApplicationConfig
object
3 properties
ApplicationConfigListResponse
object
17 properties
ApplicationConfigNotificationPolicyResponse_ApplicationConfig
object
1 property
ApplicationConfigResponse_ApplicationConfig
object
22 properties
ApplicationConfigUpsertRequest_ApplicationConfig
object
21 properties 6 required
ApplicationConfig_InsertRequest
object
20 properties 5 required
ApplicationLauncherEntryRequest_ApplicationConfig
object
Represents a launcher entry for an application client
3 properties
ApplicationLauncherEntryResponse_ApplicationConfig
object
3 properties
ApplicationVariantResponse
object
3 properties
AssetLinkTargetResponse_ApplicationConfig
object
2 properties
AssetLinkTargetUpdate_ApplicationConfig
object
2 properties 2 required
AssignedEventHookFunctionResponse
object
3 properties
AssignedEventHookFunctionResponse_ApplicationConfig
object
3 properties
AssignedEventHookFunctionResponse_IdentityStore
object
3 properties
AttributeTarget
object
2 required
AuditEntry
object
12 properties 1 required
AuthenticatorAdminInsertRequest_Account
object
5 properties 2 required
AuthenticatorResponse_Account
object
Represents an authenticator for an account
8 properties
AuthenticatorsResponse_Account
object
Represents the authenticators for an account
1 property
AvailableScopeResponse
object
Represents an available scope
4 properties
AvailableVersion_Npm
object
1 property
BaseEventHookLogListResponse
object
6 properties
BehaviorAnalyticsResponse
object
Configuration of behavior analytics
2 properties
BehaviorAnalyticsResponse_AdaptiveMFA
object
Configuration of behavior analytics
2 properties
BehaviorAnalytics_AdaptiveMFA
object
Defines rules to use machine learning for step down rules
2 properties
BlockingRulesRequest_AdaptiveMFA
object
Defines when to block login and registration by a set of rules
4 properties
BlockingRulesResponse
object
Defines when to block login and registration by a set of rules
4 properties
BlockingRulesResponse_AdaptiveMFA
object
Defines when to block login and registration by a set of rules
4 properties
BooleanExpressionInsert
object
1 property
BooleanExpressionResponse
object
1 property
Brand
object
19 properties 1 required
BrandAdditionalContent_Brand
object
Exactly one of its fields have a value other than null
2 properties
BrandAdditionalContents_Brand
object
4 properties
BrandAdditionalScripts_Brand
object
3 properties
BrandCustomCss_Brand
object
3 properties
BrandTranslation
object
4 properties
BrandTranslationAdditionalContent
object
1 property
BrandTranslationAdditionalContents
object
4 properties
BrandUpsertRequest_Brand
object
18 properties 5 required
Brand_Brand
object
19 properties 1 required
Brand_InsertRequest
object
17 properties 4 required
BrandingCustomCss
object
3 properties
BrandingCustomCss_Brand
object
3 properties
BridgeClientResponse_ApplicationConfig
object
13 properties
BridgeClientUpdate_ApplicationConfig
object
13 properties 4 required
BridgePolicyResourceInsertRequest_ApplicationConfig
object
3 properties 3 required
BridgePolicyResourceRequest.Authentication_ApplicationConfig
object
2 properties 1 required
BridgePolicyResourceResponse.Authentication_ApplicationConfig
object
2 properties
BridgePolicyResourceResponse_ApplicationConfig
object
4 properties
BridgePolicyResourceUpdateRequest_ApplicationConfig
object
4 properties 4 required
BridgePolicyResponse.Header_ApplicationConfig
object
Forwards a value to upstream server from idtoken under the specified key
2 properties
BridgePolicyResponse_ApplicationConfig
object
5 properties
BridgePolicyUpsertRequest.Header_ApplicationConfig
object
Forwards a value to upstream server from idtoken under the specified key
2 properties 2 required
BridgePolicyUpsertRequest_ApplicationConfig
object
5 properties 3 required
BulkOperationErrorEntry
object
3 properties
BulkStatus
object
5 properties
CallTryOutEventHookRequest_EventHookFunction
object
3 properties 2 required
CallbackURLRequest_ApplicationConfig
object
1 property 1 required
CallbackURLResponse_ApplicationConfig
object
1 property
CategoryResponse
object
2 properties
CheckboxAccountAttribute
object
Represents a checkbox type attribute
5 required
CheckboxChildAccountAttribute
object
Represents a checkbox type attribute
4 required
Checkbox_AccountAttribute_InsertRequest
object
Represents a checkbox type attribute
5 required
ChildAccountAttribute
object
Represents a child account attribute
8 properties
ClaimInsertRequest_Claim
object
2 properties 2 required
ClaimManagement
object
3 properties
ClaimManagementResponse
object
3 properties
ClaimMappingEventHookFunctionRequest_ApplicationConfig
object
2 properties 1 required
ClaimMappingEventHookFunctionResponse_ApplicationConfig
object
2 properties
ClaimResponse
object
4 properties
ClaimResponse_Claim
object
4 properties
ClaimUpdateRequest_Claim
object
3 properties 3 required
ComplexListAccountAttribute
object
Represents a complex list attribute
4 required
Complex_List_AccountAttribute_InsertRequest
object
Represents a complex list attribute
4 required
CompoundAddressFieldConfigurationResponse
object
5 properties
CompoundAddressFieldConfigurationUpsertRequest
object
5 properties
CompoundAddressItem
object
2 properties
Configuration
object
ConfigurationResponse
object
Session termination settings response
1 property
ConfigurationResponse_AdaptiveMFA
object
Session termination settings response
1 property
Connection
object
3 properties 1 required
ConnectorJobResponse_Stats
object
7 properties
ConnectorUptimeEventResponse_Stats
object
3 properties
Consent
object
7 properties 1 required
ConsentOverride
object
2 properties 1 required
ConsentResponse_Account
object
5 properties
ConsentTranslation
object
2 properties
ConsentUpsertRequest_Consent
object
7 properties 2 required
Consent_Consent
object
7 properties 1 required
Consent_InsertRequest
object
6 properties 2 required
Credentials
object
2 properties
Credentials_IdentityStore
object
2 properties
CustomEmailInsertRequest
object
3 required
CustomEmailInsertRequestConfiguration
object
2 properties 1 required
CustomEmailUpdateRequest
object
4 required
CustomEmailUpdateRequestConfiguration
object
2 properties 1 required
CustomTelephonyInsertRequest
object
5 required
CustomTelephonyInsertRequestConfiguration
object
2 properties 1 required
CustomTelephonyUpdateRequest
object
6 required
CustomTelephonyUpdateRequestConfiguration
object
2 properties 1 required
CustomerIdentityVerificationInsertRequest_AccountProofing
object
1 property 1 required
CustomerIdentityVerificationResponse_AccountProofing
object
Represents an identity verification
5 properties
DataSourceResponse
object
3 properties
DataSources
object
9 properties
DateAccountAttribute
object
Represents a date type attribute
7 required
DateChildAccountAttribute
object
Represents a date type attribute
6 required
DateListAccountAttribute
object
Represents a date list attribute
6 required
DateValidator
object
Represents a date validator
4 properties
Date_AccountAttribute_InsertRequest
object
Represents a date type attribute
7 required
Date_List_AccountAttribute_InsertRequest
object
Represents a date list attribute
6 required
DefaultValueRequest_EventHookFunction
object
1 property 1 required
DefaultValueResponse_EventHookFunction
object
1 property
Detail
object
Represents the details of an event
7 properties
DialectReference_Dialect
object
1 property 1 required
DialectResponse
object
5 properties
DialectResponse_Dialect
object
5 properties
DialectUpdateRequest_Dialect
object
5 properties 3 required
DialectUpsertRequest_Dialect
object
6 properties 3 required
Dialect_InsertRequest
object
5 properties 2 required
DisableAccountOperationRequest
object
3 properties 3 required
DisplayNameAndIdResponse
object
2 properties
DisplayTextResponse_IdentityProofing
object
2 properties
DisplayText_IdentityProofing
object
2 properties 1 required
DocumentVerificationAddress
object
6 properties 6 required
DocumentVerificationAddressResponse
object
6 properties
DocumentVerificationAttributeResponse
object
1 property
DocumentVerificationDocument
object
7 properties 7 required
DocumentVerificationDocumentResponse
object
7 properties
DocumentVerificationPersonal
object
7 properties 7 required
DocumentVerificationPersonalResponse
object
7 properties
DocumentVerificationStepConfigurationResponse
object
3 properties
DocumentVerificationStepResponse
object
ElasticsearchConfiguration
object
2 properties
ElasticsearchEventStreamingInsertRequest
object
6 required
ElasticsearchEventStreamingInsertRequest.Configuration
object
3 properties 2 required
ElasticsearchEventStreamingUpdateRequest
object
7 required
ElasticsearchEventStreamingUpdateRequest.Configuration
object
3 properties 1 required
EmailAccountAttribute
object
Represents an email type attribute
6 required
EmailChildAccountAttribute
object
Represents an email type attribute
5 required
EmailListAccountAttribute
object
Represents an email list attribute
5 required
EmailProviderIdReferenceRequest
object
1 property 1 required
EmailProviderInsertRequest
object
4 properties 2 required
EmailProviderListResponse
object
5 properties
EmailProviderResponse
object
6 properties
EmailProviderUpdateRequest
object
5 properties 3 required
EmailProvider_IdReference_InsertRequest
object
Email_AccountAttribute_InsertRequest
object
Represents an email type attribute
6 required
Email_List_AccountAttribute_InsertRequest
object
Represents an email list attribute
5 required
EnableAccountOperationRequest
object
3 properties 3 required
ErrorMessage
object
2 properties
EventActor
object
Actor of the event, which account initiated the event
13 properties
EventHookAssignmentUpsertRequest_ApplicationConfig
object
3 properties 2 required
EventHookAssignmentUpsertRequest_IdentityStore
object
3 properties 2 required
EventHookDescriptorResponse_EventHookDescriptor
object
Represents a descriptor for a lifecycle event hook
4 properties
EventHookFunctionListItemResponse
object
7 properties
EventHookFunctionRequest_EventHookFunction
object
Represents an event hook function
10 properties 4 required
EventHookFunctionResponse_EventHookFunction
object
10 properties
EventHookFunctionWithStatusResponse_EventHookFunction
object
11 properties
EventHookFunction_InsertRequest
object
Represents an event hook function
9 properties 4 required
EventHookIntegrationListResponse
object
6 properties
EventHookIntegrationResponse
object
7 properties
EventHookLogListResponse
object
9 properties
EventHookLogResponse
object
10 properties
EventHookOverride
object
2 properties
EventHookSnippet
object
Represents a snippet for an event hook
3 properties
EventHookSnippetCode
object
Represents the code of the snippet
2 properties
EventHookStatusResponse
object
1 property
EventHookStatusResponse_EventHookFunction
object
1 property
EventStreamingInsertRequest
object
Represents an event streaming configuration
7 properties 5 required
EventStreamingInsertRequest.AccountEventStreaming
object
3 properties 1 required
EventStreamingInsertRequest.AuditLogStreaming
object
1 property
EventStreamingInsertRequest.EventHookLogStreaming
object
1 property
EventStreamingResponse
object
Represents an event streaming configuration
9 properties
EventStreamingResponse.AccountEventStreaming
object
3 properties
EventStreamingResponse.AuditLogStreaming
object
1 property
EventStreamingResponse.EventHookLogStreaming
object
1 property
EventStreamingTestResponse
object
The response from the tested event streaming endpoint
3 properties
EventStreamingUpdateRequest
object
Represents an event streaming configuration
8 properties 6 required
ExecutionStatus
object
5 properties
ExternalLoginMappingResponse
object
5 properties
ExternalLoginMappingUpsertRequest
object
5 properties 3 required
ExternalLoginProviderResponse
object
10 properties
ExternalLoginProviderTranslation
object
1 property
ExternalLogin_Mapping_InsertRequest
object
4 properties 2 required
FactorRequest_AdaptiveMFA
object
Represents a factor used for MFA
2 properties
FactorResponse
object
Represents a factor used for MFA
2 properties
FactorResponse_AdaptiveMFA
object
Represents a factor used for MFA
2 properties
FailureMessageResponse_IdentityProofing
object
1 property
FailureMessage_IdentityProofing
object
Represents a text to display on failed identity verification
1 property 1 required
FeatureResponse
object
Represents a feature object according to the [RFC 7946](https://www.rfc-editor.org/rfc/rfc7946section-3.2) standard
3 properties
FeatureResponse_Account
object
Represents a feature object according to the [RFC 7946](https://www.rfc-editor.org/rfc/rfc7946section-3.2) standard
3 properties
FieldError
object
3 properties
FieldError_AccountInvitationDetails
object
3 properties
Filter
object
18 properties
FilterRequest
object
Represents a filter that targets accounts affected by this rule
17 properties
ForbiddenPhoneTypesResponse
object
5 properties
ForceSync
object
2 properties
FrontendHook
object
Represents a frontend hook
2 properties
FunctionCallResponse_EventHookFunction
object
2 properties
GenericClientInsert_ApplicationConfig
object
GenericClientResponse_ApplicationConfig
object
GenericClientUpdateRequest_ApplicationConfig
object
GenericClient_InsertRequest
object
GenericEnterpriseLoginProviderRequest
object
Represents an enterprise login provider.
GenericEnterpriseLoginProviderResponse
object
Represents an enterprise login provider.
GenericSocialLoginProviderRequest
object
Represents a social login provider.
GenericSocialLoginProviderResponse
object
Represents a social login provider.
GenericTranslationResponse
object
Generic_EnterpriseLoginProvider_InsertRequest
object
Represents an enterprise login provider.
Generic_SocialLoginProvider_InsertRequest
object
Represents a social login provider.
GeometryResponse
object
Represents a geometry object according to the [RFC 7946](https://www.rfc-editor.org/rfc/rfc7946section-3.1) standard
2 properties
GeometryResponse_Account
object
Represents a geometry object according to the [RFC 7946](https://www.rfc-editor.org/rfc/rfc7946section-3.1) standard
2 properties
GroupApiSecurityPolicyAssignmentRequest
object
Represents a group API security policy assignment to be inserted or updated
2 properties 2 required
GroupApiSecurityPolicyAssignmentResponse
object
Represents a group API security policy assignment
2 properties
GroupInsertRequest
object
2 properties 1 required
GroupMemberInsertRequest_Account
object
1 property 1 required
GroupResponse
object
3 properties
GroupUpdateRequest
object
3 properties 2 required
Hash_Account
object
1 property 1 required
HookInfoResponse
object
3 properties
HookOverrideUpsertRequest
object
Defines lifecycle event hook overrides for the variant. Alternative hook configuration for a specific hook type: "HOOKTYPE" : {"id" : " "} Remove hook: "HOOKTY…
2 properties
HookVariableResponse_EventHookFunction
object
5 properties
HookVariableUpsertRequest_EventHookFunction
object
5 properties 3 required
Http
object
Represents the HTTP communication for an event
2 properties
HttpsConfiguration
object
2 properties
HttpsEventStreamingInsertRequest
object
6 required
HttpsEventStreamingInsertRequest.Configuration
object
3 properties 3 required
HttpsEventStreamingUpdateRequest
object
7 required
HttpsEventStreamingUpdateRequest.Configuration
object
3 properties 2 required
IdReferenceRequest
object
1 property 1 required
IdReferenceRequest_Account
object
1 property 1 required
IdReferenceRequest_AccountInvitationDetails
object
1 property 1 required
IdReferenceRequest_AdaptiveMFA
object
1 property 1 required
IdReferenceRequest_ApiAccessPolicy
object
1 property 1 required
IdReferenceRequest_ApplicationConfig
object
1 property 1 required
IdReferenceRequest_Claim
object
1 property 1 required
IdReferenceRequest_IdentityProofing
object
1 property 1 required
IdReferenceRequest_IdentityStore
object
1 property 1 required
IdReferenceRequest_OrganizationPolicy
object
1 property 1 required
IdReferenceResponse
object
1 property
IdReferenceResponse_AccountInvitationDetails
object
1 property
IdReferenceResponse_AdaptiveMFA
object
1 property
IdReferenceResponse_ApiAccessPolicy
object
1 property
IdReferenceResponse_ApplicationConfig
object
1 property
IdReferenceResponse_OrganizationPolicy
object
1 property
IdentifiedSessionResponse_Account
object
6 properties
IdentifierAccountAttribute
object
Represents an identifier type attribute
4 required
IdentitiesResponse.Email_Account
object
3 properties
IdentitiesResponse.Email_Identities
object
3 properties
IdentitiesResponse.External_Account
object
3 properties
IdentitiesResponse.External_Identities
object
3 properties
IdentitiesResponse.Local_Account
object
Represents the local metadata for an account
3 properties
IdentitiesResponse.Local_Identities
object
Represents the local metadata for an account
3 properties
IdentitiesResponse.Phone_Account
object
2 properties
IdentitiesResponse.Phone_Identities
object
2 properties
IdentitiesResponse_Account
object
Represents the identities of an account
IdentitiesResponse_Identities
object
Represents the identities of an account
IdentityProofingListResponse
object
5 properties
IdentityProofingResponse_IdentityProofing
object
6 properties
IdentityProofingStepDTO
object
3 properties
IdentityProofingStepResponse
object
4 properties
IdentityProofingTranslation
object
3 properties
IdentityProofingTranslationDataStep
object
2 properties
IdentityProofingTranslationField
object
1 property
IdentityProofingUpsertRequest_IdentityProofing
object
6 properties 4 required
IdentityProofing_InsertRequest
object
5 properties 3 required
IdentityStoreListResponse
object
7 properties
IdentityStoreResponse
object
9 properties
IdentityStoreResponse_Connector
object
4 properties
IdentityStoreResponse_Connector_IdentityStore
object
4 properties
IdentityStoreResponse_IdentityStore
object
9 properties
IdentityStoreUpsertRequest_Connector_IdentityStore
object
3 properties
IdentityStoreUpsertRequest_IdentityStore
object
10 properties 3 required
IdentityVerificationAddressRiskEvaluationStep
object
Represents an address risk evaluation identity verification step
4 required
IdentityVerificationAddressRiskEvaluationStepConfiguration
object
Represents the configuration of a address risk evaluation step configuration
2 properties 2 required
IdentityVerificationAddressRiskVerificationAttribute
object
Represents an address risk verification attribute for address risk verification step
1 property
IdentityVerificationDataStep
object
Represents an identity verification data step
4 required
IdentityVerificationDataStepConfiguration
object
Represents the configuration of an identity verification data step
4 properties 2 required
IdentityVerificationDataStepField
object
Represents a field of an identity verification data step
3 properties 1 required
IdentityVerificationDataStepNativeClaimConfiguration
object
3 properties 2 required
IdentityVerificationDocumentBasedStep
object
Represents a document based identity verification step
4 required
IdentityVerificationDocumentBasedStepConfiguration
object
Represents the configuration of a document based identity verification step
3 properties 3 required
IdentityVerificationDocumentVerificationAttribute
object
Represents a document verification attribute for document verification step
1 property
IdentityVerificationKnowledgeBasedStep
object
Represents a knowledge based identity verification step
4 required
IdentityVerificationKnowledgeBasedStepConfiguration
object
9 properties 9 required
IdentityVerificationKnowledgeBasedVerificationStepAttribute
object
1 property 1 required
IdentityVerificationNullableKnowledgeBasedVerificationStepAttribute
object
1 property
IdentityVerificationPhoneBasedStep
object
Represents a phone based identity verification step
4 required
IdentityVerificationPhoneBasedStepConfiguration
object
Represents the configuration of a phone based identity verification step
3 properties 2 required
IdentityVerificationPhoneBasedStepConfigurationDataSource
object
Represents the data source of a phone based identity verification step
9 properties 9 required
IdentityVerificationPhoneBasedStepIdentityAffirmationAttribute
object
Represents an identity affirmation attribute for phone based identity verification step
3 properties 2 required
IdentityVerificationPhoneBasedStepPhoneNumberAffirmationAttribute
object
Represents a phone number affirmation attribute for phone based identity verification step
1 property 1 required
IdentityVerificationPhoneNumberRiskStep
object
Represents phone number risk based identity verification step
4 required
IdentityVerificationPhoneNumberRiskStepAttribute
object
Represents an attribute for phone number risk based identity verification step
1 property 1 required
IdentityVerificationPhoneNumberRiskStepConfiguration
object
Represents the configuration of a phone number risk based identity verification step
3 properties 2 required
IdentityVerificationPhoneNumberRiskStepForbiddenPhoneTypes
object
Represents forbidden phone types for a phone number risk based identity verification step
5 properties
IdentityVerificationStep
object
Represents an identity verification step
4 properties 3 required
IdentityVerificationStepAction
object
Actions for step result
2 properties 2 required
IdentityVerificationStep_InsertRequest
object
Represents an identity verification step
3 properties 2 required
IdentityVerification_AddressRiskEvaluationStep_InsertRequest
object
Represents an address risk evaluation identity verification step
4 required
IdentityVerification_DataStep_InsertRequest
object
Represents an identity verification data step
4 required
IdentityVerification_DocumentBasedStep_InsertRequest
object
Represents a document based identity verification step
4 required
IdentityVerification_KnowledgeBasedStep_InsertRequest
object
Represents a knowledge based identity verification step
4 required
IdentityVerification_PhoneBasedStep_InsertRequest
object
Represents a phone based identity verification step
4 required
IdentityVerification_PhoneNumberRiskStep_InsertRequest
object
Represents phone number risk based identity verification step
4 required
ImpersonationInsertRequest_Account
object
2 properties 2 required
ImpersonationResponse_Account
object
1 property
InboundConnectionConfigurationResponse
object
InboundConnectionInsertRequest
object
Represents an inbound connection insert request
4 properties 3 required
InboundConnectionJdbcConfigurationConnectionResponse
object
2 properties
InboundConnectionJdbcConfigurationForceSyncResponse
object
2 properties
InboundConnectionJdbcConfigurationResponse
object
2 properties
InboundConnectionJdbcConfigurationSyncSettingsResponse
object
6 properties
InboundConnectionListResponse
object
Represents an inbound connection list response
5 properties
InboundConnectionResponse
object
Represents an inbound connection response
7 properties
InboundConnectionUpdateRequest
object
Represents an inbound connection update request. Mapping should contain one mapping with useAsCorrelationId = true, also the correlationId mapping must be mapp…
7 properties 5 required
InfobipCreateRequestConfiguration
object
3 properties 2 required
InfobipInsertRequest
object
4 required
InfobipUpdateRequest
object
5 required
InfobipUpdateRequestConfiguration
object
3 properties 1 required
InstanceAddress_InstanceConfig
object
Represents an instance address
2 properties
InstanceConfigResponse_ClusterPauseConfiguration_InstanceConfig
object
Contains information about cluster pause configurations
4 properties
InstanceConfigResponse_InstanceConfig
object
6 properties
InstanceConfigUpdateRequest_InstanceConfig
object
2 properties 1 required
InstanceConfig_InsertRequest
object
2 properties 1 required
InternalEventHookLogResponse
object
7 properties
InternalLogResponse
object
3 properties
InvitationConflictProblemJson_AccountInvitationDetails
object
10 properties
IpAddressRequest_AdaptiveMFA
object
IP address rules to be used for an adaptive access policy
2 properties
IpAddressResponse
object
Configuration of including or excluding a list of IP addresses
2 properties
IpAddressResponse_AdaptiveMFA
object
Configuration of including or excluding a list of IP addresses
2 properties
ItemResponse
object
2 properties
JdbcConfiguration
object
2 properties 2 required
JobIdReferenceResponse
object
1 property
Journey
object
2 properties
JourneyIntegrationListResponse
object
6 properties
JourneyIntegrationResponse
object
7 properties
JwksRequest_ApplicationConfig
object
1 property 1 required
JwksResponse_ApplicationConfig
object
1 property
KnowledgeBasedVerificationAttributeResponse
object
1 property
KnowledgeBasedVerificationStepConfigurationResponse
object
9 properties
KnowledgeBasedVerificationStepResponse
object
LanguageCodeListResponse
object
1 property
LanguageOverride
object
3 properties
LanguageOverrideResponse
object
3 properties
LastLoginResponse_Account
object
Represents the last login by IP address and time of login
3 properties
LifecycleAction
object
1 property
LifecycleActionRequest
object
1 property 1 required
LifecycleActionWithGroupTarget
object
LifecycleActionWithGroupTargetRequest
object
2 required
LifecycleActionWithRoleTarget
object
LifecycleActionWithRoleTargetRequest
object
3 required
LifecycleEventHook
object
3 properties
LifecycleRuleInsertRequest
object
5 properties 3 required
LifecycleRuleListResponse
object
7 properties
LifecycleRuleResponse
object
7 properties
LifecycleRuleUpdateRequest
object
6 properties 4 required
Link_Stats
object
Represents a single link for statistics
2 properties
LinksResponse_Stats
object
1 property
ListValidator
object
Represents a list validator
2 properties
LocationResponse_AdaptiveMFA
object
3 properties
LocationValueRequest_AdaptiveMFA
object
Represents a location by its regional properties
3 properties 1 required
LocationValueResponse
object
Represents a location by its regional properties
3 properties
LocationValueResponse_AdaptiveMFA
object
Represents a location by its regional properties
3 properties
LockoutResponse
object
Represents lockout settings.
2 properties
LockoutResponse_AdaptiveMFA
object
Represents lockout settings.
2 properties
Lockout_AdaptiveMFA
object
Account lockout settings
2 properties 2 required
LogResponse
object
3 properties
LogSummaryResponse
object
3 properties
LoginProvidersRequest_ApplicationConfig
object
Login provider assignments for an application
4 properties
LoginProvidersResponse_ApplicationConfig
object
Login provider assignments for an application
4 properties
LoginProviders_OrganizationPolicy
object
Represents both social and enterprise login providers.
4 properties 2 required
MappingRequest
object
4 properties 2 required
MappingResponse
object
4 properties
MappingSourceResponse
object
2 properties
MappingTargetResponse
object
1 property
Message
object
2 properties
MessageLevelEncryption
object
2 properties
MessageLevelEncryptionRequest
object
2 properties
Metrics_Stats
object
6 properties
MfaRequest_AdaptiveMFA
object
13 properties 3 required
ModifiableClientResponse_ApplicationConfig
object
NameAndId
object
1 property
NameAndIdResponse
object
2 properties
NameAndIdResponse_ApplicationConfig
object
1 property
NameAndIdResponse_IdentityProofing
object
1 property
NameAndId_ApiAccessPolicy
object
1 property
NameAndId_ApplicationConfig
object
2 properties
NameAndId_IdentityStore
object
1 property
NameAndId_OrganizationPolicy
object
1 property
NameIdAndDisplayName
object
3 properties
NameIdAndDisplayName_Claim
object
3 properties
NameReferenceRequest_ApplicationConfig
object
1 property 1 required
NameReferenceResponse
object
1 property
NameReferenceResponse_ApplicationConfig
object
1 property
NativeClaim
object
6 properties 3 required
NativeClaimFieldConfigurationResponse
object
3 properties
NativeClaimResponse
object
7 properties
NativeClaimResponse_NativeClaim
object
7 properties
NativeClaim_InsertRequest
object
5 properties 2 required
NativeClaim_NativeClaim
object
6 properties 3 required
NoValueRequest
object
2 required
NoValueRequest_ApplicationConfig
object
2 required
NoValueRequest_EventHookFunction
object
1 required
NoValueRequest_IdentityStore
object
2 required
NoValueResponse_EventHookFunction
object
1 property
Notification
object
2 properties
NotificationEventListResponse
object
Represents a notification event briefly. Fields with empty values are not included in the response.
12 properties
NotificationEventResponse
object
Represents a notification event. Fields with empty values are not included in the response.
16 properties
NotificationPolicyResponse
object
6 properties
NotificationPolicyResponse_NotificationPolicy
object
6 properties
NotificationPolicyUpsertRequest_NotificationPolicy
object
6 properties 3 required
NotificationPolicy_InsertRequest
object
5 properties 2 required
NotificationPreferenceDescriptor
object
1 property
NotificationPreferencesRequest
object
Contains which types of notifications are enabled or not for an account
5 properties
NotificationPreferencesResponse
object
Contains which types of notifications are enabled or not for an account
5 properties
NotificationPreferencesResponse_Account
object
Contains which types of notifications are enabled or not for an account
5 properties
NotificationTemplateEmailUpdateRequest_NotificationTemplate
object
6 properties 1 required
NotificationTemplateResponse_NotificationTemplateMetainfo
object
Represents a notification template
6 properties
NotificationTemplateSMSUpdateRequest_NotificationTemplate
object
4 properties 1 required
NotificationTemplateTranslation
object
3 properties
NpmPackageRequest_Npm
object
Represents a package by its name for fetching available package versions
1 property 1 required
NpmPackageSuggestion_Npm
object
Represents an NPM package suggestion based on a prefix search
3 properties
NpmPackageSuggestionsRequest_Npm
object
Represents a query to match for NPM dependencies
1 property 1 required
NpmPackage_Npm
object
Represents an NPM package
1 property
NullableIdReferenceRequest
object
1 property
OAuth2ClientResponse_ApplicationConfig
object
13 properties
OAuth2Configuration_ApplicationConfig
object
20 properties 3 required
OAuth2NativeClientResponse_ApplicationConfig
object
13 properties
OAuth2NativeClientUpdate_ApplicationConfig
object
13 properties 4 required
Oauth2ClientInsert_ApplicationConfig
object
13 properties 4 required
Oauth2ClientUpdate_ApplicationConfig
object
13 properties 4 required
Oauth2Client_InsertRequest
object
12 properties 3 required
OidcConfiguration
object
14 properties
OidcLoginProviderRequestConfiguration
object
14 properties 3 required
OidcLoginProviderResponse
object
11 properties
OidcLoginProviderUpsertRequest
object
11 properties 4 required
OidcSpecializedConfiguration
object
12 properties
OidcSpecializedLoginProviderRequestConfiguration
object
12 properties 3 required
OidcSpecializedLoginProviderResponse
object
10 properties
OidcSpecializedLoginProviderUpsertRequest
object
10 properties 4 required
Oidc_LoginProvider_InsertRequest
object
10 properties 3 required
Oidc_Specialized_LoginProvider_InsertRequest
object
9 properties 3 required
OnlyIdRequest
object
1 property 1 required
OnlyIdRequest_IdentityProofing
object
1 property 1 required
OnlyIdResponse
object
1 property
OnlyIdResponse_OrganizationPolicy
object
1 property
OrgPortalClientResponse_ApplicationConfig
object
12 properties
OrgPortalClientUpdate_ApplicationConfig
object
11 properties 3 required
OrganizationConfigurationBrandRequest
object
4 properties
OrganizationConfigurationBrandResponse
object
4 properties
OrganizationConfigurationRequest
object
Represents an organization configuration
4 properties
OrganizationConfigurationResponse
object
5 properties
OrganizationListResponse
object
6 properties
OrganizationPolicyResponse
object
3 properties
OrganizationPolicyResponseLoginProviders
object
4 properties
OrganizationPolicyResponseLoginProviders_OrganizationPolicy
object
4 properties
OrganizationPolicyResponsePolicies
object
5 properties
OrganizationPolicyResponsePolicies_OrganizationPolicy
object
5 properties
OrganizationPolicyResponse_OrganizationPolicy
object
3 properties
OrganizationPolicyUpsertRequest_OrganizationPolicy
object
3 properties 1 required
OrganizationResponse
object
7 properties
OrganizationUpsertRequest
object
7 properties 3 required
Organization_InsertRequest
object
6 properties 2 required
OutOfBandFactorRequest_AdaptiveMFA
object
Represents an out-of-band factor for MFA. At least passcodeEnabled or magicLinkEnabled must be true.
5 properties
OutOfBandFactorResponse
object
Represents an out-of-band factor for MFA. At least passcodeEnabled or magicLinkEnabled must be true.
5 properties
OutOfBandFactorResponse_AdaptiveMFA
object
Represents an out-of-band factor for MFA. At least passcodeEnabled or magicLinkEnabled must be true.
5 properties
OutboundProvisionInsertRequest
object
8 properties 3 required
OutboundProvisionListResponse
object
7 properties
OutboundProvisionResponse
object
9 properties
OutboundProvisionUpdateRequest
object
9 properties 4 required
OutboundProvisionWithStatusListResponse
object
9 properties
PARConfigurationRequest
object
3 properties 1 required
PARConfigurationResponse
object
3 properties
Packument_Npm
object
Represents the available versions and the latest stable version for an NPM package
2 properties
PageMetadata
object
4 properties
PageOfEnterpriseLoginProviderResponse
object
2 properties
PagedModelAdaptiveAccessPolicyResponse
object
2 properties
PagedModelApiSecurityPolicyListResponse
object
2 properties
PagedModelApplicationConfigListResponse
object
2 properties
PagedModelAuditEntry
object
2 properties
PagedModelBrand
object
2 properties
PagedModelClaimResponse
object
2 properties
PagedModelConsent
object
2 properties
PagedModelDialectResponse
object
2 properties
PagedModelEmailProviderListResponse
object
2 properties
PagedModelEventHookFunctionListItemResponse
object
2 properties
PagedModelEventStreamingResponse
object
2 properties
PagedModelExternalLoginMappingResponse
object
2 properties
PagedModelExternalLoginProviderResponse
object
2 properties
PagedModelGroupResponse
object
2 properties
PagedModelIdentityProofingListResponse
object
2 properties
PagedModelIdentityStoreListResponse
object
2 properties
PagedModelNativeClaimResponse
object
2 properties
PagedModelNotificationPolicyResponse
object
2 properties
PagedModelOrganizationPolicyResponse
object
2 properties
PagedModelPasswordPolicyResponse
object
2 properties
PagedModelRoleResponse
object
2 properties
PagedModelSelfServicePolicyResponse
object
2 properties
PagedModelTelephonyProviderListResponse
object
2 properties
PagedModelVariableListResponse
object
2 properties
PagedModelWebAnalyticsResponse
object
2 properties
PasskeyFactorRequest_AdaptiveMFA
object
1 property
PasskeyFactorResponse
object
1 property
PasskeyFactorResponse_AdaptiveMFA
object
1 property
Passthrough_ApplicationConfig
object
1 required
PasswordAccountAttribute
object
Represents an password type attribute
3 required
PasswordHash_Account
object
Password hash object to be migrated directly from legacy store. This field and password are mutually exclusive.
3 properties 2 required
PasswordPolicyConstraints.EnforcePasswordChange_PasswordPolicy
object
Password age restriction configuration
2 properties
PasswordPolicyConstraints.FilterNumericCharacterSequences_PasswordPolicy
object
Filter sequential numbers in passwords
2 properties
PasswordPolicyConstraints.FilterPreviousPasswords_PasswordPolicy
object
Password reuse restriction configuration
4 properties
PasswordPolicyConstraints.FilterRepeatedCharacters_PasswordPolicy
object
Filter repeated characters in passwords
2 properties
PasswordPolicyConstraints.PasswordChangeReminder_PasswordPolicy
object
Password change reminder configuration
3 properties
PasswordPolicyConstraintsResponse
object
Represents constraints the policy poses.
10 properties
PasswordPolicyConstraintsResponse.EnforcePasswordChange
object
Enforce password change after certain days
2 properties
PasswordPolicyConstraintsResponse.EnforcePasswordChange_PasswordPolicy
object
Enforce password change after certain days
2 properties
PasswordPolicyConstraintsResponse.FilterNumericCharacterSequences
object
Filter sequential numbers in passwords
2 properties
PasswordPolicyConstraintsResponse.FilterNumericCharacterSequences_PasswordPolicy
object
Filter sequential numbers in passwords
2 properties
PasswordPolicyConstraintsResponse.FilterPreviousPasswords
object
Disallow previously used passwords when changing password
4 properties
PasswordPolicyConstraintsResponse.FilterPreviousPasswords_PasswordPolicy
object
Disallow previously used passwords when changing password
4 properties
PasswordPolicyConstraintsResponse.FilterRepeatedCharacters
object
Filter repeated characters in passwords
2 properties
PasswordPolicyConstraintsResponse.FilterRepeatedCharacters_PasswordPolicy
object
Filter repeated characters in passwords
2 properties
PasswordPolicyConstraintsResponse.PasswordChangeReminder
object
Password change reminder shown after certain days
3 properties
PasswordPolicyConstraintsResponse.PasswordChangeReminder_PasswordPolicy
object
Password change reminder shown after certain days
3 properties
PasswordPolicyConstraintsResponse_PasswordPolicy
object
Represents constraints the policy poses.
10 properties
PasswordPolicyConstraints_PasswordPolicy
object
Represents constraints the policy poses.
10 properties 5 required
PasswordPolicyResponse
object
7 properties
PasswordPolicyResponse_PasswordPolicy
object
7 properties
PasswordPolicyUpsertRequest_PasswordPolicy
object
7 properties 3 required
PasswordPolicy_InsertRequest
object
6 properties 2 required
PasswordResetRequest_Account
object
Contains the new password for a password reset
3 properties
PasswordRestrictionInsertRequest
object
3 properties 2 required
PasswordRestrictionQuotaResponse
object
2 properties
PasswordRestrictionResponse
object
5 properties
PasswordRestrictionUpdateRequest
object
3 properties 2 required
PermanentLockoutResponse
object
Represents permanent lockout settings.
2 properties
PermanentLockoutResponse_AdaptiveMFA
object
Represents permanent lockout settings.
2 properties
PermanentLockout_AdaptiveMFA
object
2 properties
PhoneBasedIdentityAffirmationAttributeResponse
object
1 property
PhoneBasedIdentityAffirmationConfigurationResponse
object
3 properties
PhoneBasedIdentityAffirmationStepResponse
object
PhoneNumberAccountAttribute
object
Represents a phone number type attribute
6 required
PhoneNumberChildAccountAttribute
object
Represents a phone number type attribute
5 required
PhoneNumberListAccountAttribute
object
Represents a phone number list attribute
5 required
PhoneNumberRiskAttributeResponse
object
1 property
PhoneNumberRiskStepConfigurationResponse
object
3 properties
PhoneNumberRiskStepResponse
object
PhoneNumber_AccountAttribute_InsertRequest
object
Represents a phone number type attribute
6 required
PhoneNumber_List_AccountAttribute_InsertRequest
object
Represents a phone number list attribute
5 required
Placeholder_NotificationTemplateMetainfo
object
Represents a placeholder
1 property
Policies
object
5 properties
PoliciesRequest_ApplicationConfig
object
Policy assignments for an application
5 properties 4 required
PoliciesResponse_ApplicationConfig
object
Policy assignments for an application
5 properties
Policies_OrganizationPolicy
object
Defines which policy to override for an application. If any of them is set to null, that policy won't be overridden by the organization.
5 properties
PolicyOverrides
object
Defines policy overrides for the variant. If any of them is set to null, the policy will be inherited. Identity proofing policy can be unset to 'No verificatio…
5 properties
PrincipalResponse_AdminPrincipal
object
9 properties
PrincipalUpdateRequest_AdminPrincipal
object
1 property 1 required
ProblemJson
object
Based on [RFC 7807](https://datatracker.ietf.org/doc/html/rfc7807)
9 properties
ProofingDataStepCompoundAddressField
object
Proofing data step field for compound address
2 required
ProofingDataStepCompoundAddressFieldResponse
object
ProofingDataStepConfiguration
object
1 property
ProofingDataStepConfigurationResponse
object
4 properties
ProofingDataStepFieldResponse
object
3 properties
ProofingDataStepNativeClaimField
object
Proofing data step field for Native Claim
2 required
ProofingDataStepNativeClaimFieldResponse
object
ProofingDataStepResponse
object
ProofingNotificationResponse_IdentityProofing
object
4 properties
ProofingNotification_IdentityProofing
object
4 properties 3 required
RelayStateHandlingResponse_ApplicationConfig
object
1 property
RelayStateHandling_ApplicationConfig
object
1 property 1 required
RememberMyDeviceRequest_AdaptiveMFA
object
Device recognition rules to be used for an adaptive access policy
3 properties
RememberMyDeviceResponse
object
Configuration of device recognition
3 properties
RememberMyDeviceResponse_AdaptiveMFA
object
Configuration of device recognition
3 properties
Request
object
Represents the HTTP request for an event
3 properties
ResolvedApplication
object
Represents the resolved application of a token exchange account event
2 properties
ResolvedClient
object
Represents the resolved client of a token exchange account event
2 properties
Response
object
Represents the HTTP response for an event
3 properties
Result
object
3 properties
RoleAssignmentRequest_Account
object
Represents a role assignment for an account. By specifying an organization and a list of roles by their IDs, this defines organization-role pairs to be assigne…
2 properties 2 required
RoleResponse
object
6 properties
RoleResponse_Role
object
6 properties
RoleUpsertRequest_Role
object
6 properties 3 required
Role_InsertRequest
object
5 properties 2 required
Rule
object
3 properties 3 required
RuleManagement
object
3 properties 2 required
RuleManagementResponse
object
3 properties
RuleResponse
object
3 properties
RulesRequest_AdaptiveMFA
object
Rules defined for an adaptive access policy
3 properties
RulesResponse
object
Configuration of different rules under an adaptive access policy
3 properties
RulesResponse_AdaptiveMFA
object
Configuration of different rules under an adaptive access policy
3 properties
Salt_Account
object
1 property 1 required
Saml2ClientInsert_ApplicationConfig
object
13 properties 4 required
Saml2ClientResponse_ApplicationConfig
object
13 properties
Saml2ClientUpdate_ApplicationConfig
object
13 properties 4 required
Saml2Client_InsertRequest
object
12 properties 3 required
Saml2LoginProviderConfiguration
object
7 properties
Saml2LoginProviderConfigurationCertificatePreview
object
2 properties
Saml2LoginProviderConfigurationMetadataPreview
object
4 properties
Saml2LoginProviderConfigurationSingleSignOnService
object
2 properties
Saml2LoginProviderRequestConfiguration
object
7 properties 3 required
Saml2LoginProviderResponse
object
10 properties
Saml2LoginProviderUpsertRequest
object
10 properties 4 required
Saml2MetadataDescriptorResponse_ApplicationConfig
object
5 properties
Saml2_LoginProvider_InsertRequest
object
9 properties 3 required
ScopeRequest_ApplicationConfig
object
2 properties 2 required
ScopeResponse_ApiAccessPolicy
object
3 properties
ScopeResponse_ApplicationConfig
object
2 properties
ScopeUpsertRequest_ApiAccessPolicy
object
2 properties 2 required
Scope_InsertRequest
object
1 property 1 required
SecretVariableInsertRequest
object
3 required
SecretVariableUpdateRequest
object
3 required
SelectAccountAttribute
object
Represents a select type attribute
6 required
SelectChildAccountAttribute
object
Represents a select type attribute
5 required
SelectListAccountAttribute
object
Represents a select list attribute
5 required
SelectValue
object
Represents a select value
2 properties 2 required
Select_AccountAttribute_InsertRequest
object
Represents a select type attribute
6 required
Select_List_AccountAttribute_InsertRequest
object
Represents a select list attribute
5 required
SelfServicePolicyRequestOptionsAccountDeletion_SelfServicePolicy
object
Represents account deletion options for self service policy
2 properties
SelfServicePolicyRequestOptionsAccountInvitation_SelfServicePolicy
object
4 properties
SelfServicePolicyRequestOptionsApplicationLauncher_SelfServicePolicy
object
1 property
SelfServicePolicyRequestOptionsForgottenUsernameReminder_SelfServicePolicy
object
Represents forgotten username reminder options for self service policy
1 property
SelfServicePolicyRequestOptionsLockout_SelfServicePolicy
object
1 property
SelfServicePolicyRequestOptionsManageConsents_SelfServicePolicy
object
Represents manage consents options for self service policy
1 property
SelfServicePolicyRequestOptionsManageNotificationPreferences_SelfServicePolicy
object
Represents manage notification preferences options for self service policy
1 property
SelfServicePolicyRequestOptionsManagePersonalInformation_SelfServicePolicy
object
Represents manage personal information options for self service policy
1 property
SelfServicePolicyRequestOptionsPasskey_SelfServicePolicy
object
3 properties
SelfServicePolicyRequestOptionsPasswordChange_SelfServicePolicy
object
Represents password change options for self service policy
1 property
SelfServicePolicyRequestOptionsPasswordInput_SelfServicePolicy
object
1 property
SelfServicePolicyRequestOptionsPasswordReset_SelfServicePolicy
object
Represents password reset options for self service policy
4 properties
SelfServicePolicyRequestOptionsPersonalData_SelfServicePolicy
object
Represents personal data options for self service policy
1 property
SelfServicePolicyRequestOptionsRegistration_SelfServicePolicy
object
Represents registration options for self service policy
6 properties 1 required
SelfServicePolicyRequestOptions_SelfServicePolicy
object
Represents self service policy options
14 properties 14 required
SelfServicePolicyResponse
object
5 properties
SelfServicePolicyResponseOptions
object
Represents self service policy options
14 properties
SelfServicePolicyResponseOptionsAccountDeletion
object
Represents account deletion options for self service policy
2 properties
SelfServicePolicyResponseOptionsAccountDeletion_SelfServicePolicy
object
Represents account deletion options for self service policy
2 properties
SelfServicePolicyResponseOptionsAccountInvitation
object
4 properties
SelfServicePolicyResponseOptionsAccountInvitation_SelfServicePolicy
object
4 properties
SelfServicePolicyResponseOptionsApplicationLauncher
object
1 property
SelfServicePolicyResponseOptionsApplicationLauncher_SelfServicePolicy
object
1 property
SelfServicePolicyResponseOptionsForgottenUsernameReminder
object
Represents forgotten username reminder options for self service policy
1 property
SelfServicePolicyResponseOptionsForgottenUsernameReminder_SelfServicePolicy
object
Represents forgotten username reminder options for self service policy
1 property
SelfServicePolicyResponseOptionsLockout
object
1 property
SelfServicePolicyResponseOptionsLockout_SelfServicePolicy
object
1 property
SelfServicePolicyResponseOptionsManageConsents
object
Represents manage consents options for self service policy
1 property
SelfServicePolicyResponseOptionsManageConsents_SelfServicePolicy
object
Represents manage consents options for self service policy
1 property
SelfServicePolicyResponseOptionsManageNotificationPreferences
object
Represents manage notification preferences options for self service policy
1 property
SelfServicePolicyResponseOptionsManageNotificationPreferences_SelfServicePolicy
object
Represents manage notification preferences options for self service policy
1 property
SelfServicePolicyResponseOptionsManagePersonalInformation
object
Represents manage personal information options for self service policy
1 property
SelfServicePolicyResponseOptionsManagePersonalInformation_SelfServicePolicy
object
Represents manage personal information options for self service policy
1 property
SelfServicePolicyResponseOptionsPasskey
object
3 properties
SelfServicePolicyResponseOptionsPasskey_SelfServicePolicy
object
3 properties
SelfServicePolicyResponseOptionsPasswordChange
object
Represents password change options for self service policy
1 property
SelfServicePolicyResponseOptionsPasswordChange_SelfServicePolicy
object
Represents password change options for self service policy
1 property
SelfServicePolicyResponseOptionsPasswordInput
object
1 property
SelfServicePolicyResponseOptionsPasswordInput_SelfServicePolicy
object
1 property
SelfServicePolicyResponseOptionsPasswordReset
object
Represents password reset options for self service policy
4 properties
SelfServicePolicyResponseOptionsPasswordReset_SelfServicePolicy
object
Represents password reset options for self service policy
4 properties
SelfServicePolicyResponseOptionsPersonalData
object
Represents personal data options for self service policy
1 property
SelfServicePolicyResponseOptionsPersonalData_SelfServicePolicy
object
Represents personal data options for self service policy
1 property
SelfServicePolicyResponseOptionsRegistration
object
Represents registration options for self service policy
6 properties
SelfServicePolicyResponseOptionsRegistration_SelfServicePolicy
object
Represents registration options for self service policy
6 properties
SelfServicePolicyResponseOptions_SelfServicePolicy
object
Represents self service policy options
14 properties
SelfServicePolicyResponse_SelfServicePolicy
object
5 properties
SelfServicePolicyUpsertRequest_SelfServicePolicy
object
5 properties 3 required
SelfServicePolicy_InsertRequest
object
4 properties 2 required
SessionTerminationConfiguration_AdaptiveMFA
object
Session termination settings
1 property
SessionTerminationResponse
object
Session termination settings response
3 properties
SessionTerminationResponse_AdaptiveMFA
object
Session termination settings response
3 properties
SessionTermination_AdaptiveMFA
object
Represents the session termination configuration
3 properties 3 required
SinchCreateRequestConfiguration
object
3 properties 2 required
SinchInsertRequest
object
4 required
SinchUpdateRequest
object
5 required
SinchUpdateRequestConfiguration
object
3 properties 1 required
SmtpEmailInsertRequest
object
3 required
SmtpEmailInsertRequestConfiguration
object
5 properties 2 required
SmtpEmailUpdateRequest
object
4 required
SmtpEmailUpdateRequestConfiguration
object
5 properties 1 required
SocialLoginProviderConfiguration
object
4 properties
SocialLoginProviderRequestConfiguration
object
4 properties 3 required
SocialLoginProviderResponse
object
10 properties
SocialLoginProviderUpsertRequest
object
10 properties 4 required
SocialLoginProvider_InsertRequest
object
9 properties 3 required
SoftTokenFactorRequest_AdaptiveMFA
object
Configuration of a soft token factor used for MFA
3 properties
SoftTokenFactorResponse
object
Represents a soft token factor used for MFA
3 properties
SoftTokenFactorResponse_AdaptiveMFA
object
Represents a soft token factor used for MFA
3 properties
Source
object
2 properties 1 required
SpecificValue_ApplicationConfig
object
2 required
SplunkConfiguration
object
3 properties
SplunkEventStreamingInsertRequest
object
6 required
SplunkEventStreamingInsertRequest.Configuration
object
4 properties 2 required
SplunkEventStreamingUpdateRequest
object
7 required
SplunkEventStreamingUpdateRequest.Configuration
object
4 properties 1 required
SspClientResponse_ApplicationConfig
object
12 properties
SspClientUpdate_ApplicationConfig
object
11 properties 3 required
StaticSecretRequest
object
2 required
StaticSecretRequest_ApplicationConfig
object
2 required
StaticSecretRequest_EventHookFunction
object
1 required
StaticSecretRequest_IdentityStore
object
2 required
StaticSecretResponse_EventHookFunction
object
1 property
StaticVariableRequest
object
3 required
StaticVariableRequest_ApplicationConfig
object
3 required
StaticVariableRequest_EventHookFunction
object
2 required
StaticVariableRequest_IdentityStore
object
3 required
StaticVariableResponse_EventHookFunction
object
2 properties
StatsResponseValue_Stats
object
Represents a time-group-value triplet.
3 properties
StatsResponse_Stats
object
2 properties
StepDownRulesRequest_AdaptiveMFA
object
Defines when to skip MFA for login by a set of rules
4 properties
StepDownRulesResponse
object
Defines when to skip MFA for login by a set of rules
4 properties
StepDownRulesResponse_AdaptiveMFA
object
Defines when to skip MFA for login by a set of rules
4 properties
StepUpRulesRequest_AdaptiveMFA
object
Defines when to require MFA for login by a set of rules
5 properties
StepUpRulesResponse
object
Defines when to require MFA for login by a set of rules
5 properties
StepUpRulesResponse_AdaptiveMFA
object
Defines when to require MFA for login by a set of rules
5 properties
StringAccountAttribute
object
Represents a string type attribute
6 required
StringChildAccountAttribute
object
Represents a string type attribute
5 required
StringListAccountAttribute
object
Represents a string list attribute
5 required
StringValidator
object
Represents a string validator
4 properties
String_AccountAttribute_InsertRequest
object
Represents a string type attribute
6 required
String_List_AccountAttribute_InsertRequest
object
Represents a string list attribute
5 required
StrivacityUpdateRequest
object
4 required
Subject
object
Represents the subject of an account event by additional context
7 properties
SubjectTokenRequest_ApplicationConfig
object
3 properties 2 required
SubjectTokenResponse_ApplicationConfig
object
3 properties
SyncSettings
object
6 properties 3 required
SystemTranslation
object
3 properties
Target
object
1 property 1 required
TelephonyProviderIdReferenceRequest
object
1 property 1 required
TelephonyProviderInsertRequest
object
4 properties 3 required
TelephonyProviderInsertRequestOtpResendLimit
object
4 properties
TelephonyProviderListResponse
object
5 properties
TelephonyProviderOtpResendLimit
object
4 properties
TelephonyProviderResponse
object
7 properties
TelephonyProviderUpdateRequest
object
5 properties 4 required
TelephonyProviderUpdateRequestOtpResendLimit
object
4 properties
TelephonyProvider_IdReference_InsertRequest
object
TelesignCreateRequestConfiguration
object
2 properties 2 required
TelesignInsertRequest
object
4 required
TelesignUpdateRequest
object
5 required
TelesignUpdateRequestConfiguration
object
2 properties 1 required
TemporaryLockoutResponse
object
Represents temporary lockout settings.
3 properties
TemporaryLockoutResponse_AdaptiveMFA
object
Represents temporary lockout settings.
3 properties
TemporaryLockout_AdaptiveMFA
object
3 properties
Token
object
Represents the token of a token exchange account event
2 properties
TokenExchangeClientResponse_ApplicationConfig
object
13 properties
TokenExchangeClientUpdate_ApplicationConfig
object
12 properties 4 required
TranslationJson
object
Represents an imported translation
7 properties 7 required
TranslationListResponse
object
4 properties
TryOutEventHookIdResponse_EventHookFunction
object
1 property
TryOutEventHookRequest_EventHookFunction
object
2 properties 1 required
TwilioCreateRequestConfiguration
object
5 properties 5 required
TwilioInsertRequest
object
4 required
TwilioUpdateRequest
object
5 required
TwilioUpdateRequestConfiguration
object
5 properties 4 required
UpdatePersonalDataOperationRequest
object
4 properties 4 required
UsernameIdentifierAttributeDTO
object
4 required
UsernameIdentifierValidator
object
4 properties
VariableInsertRequest
object
4 properties 2 required
VariableListResponse
object
6 properties
VariableOverrideResponse
object
3 properties
VariableOverrideResponse_ApplicationConfig
object
3 properties
VariableOverrideResponse_IdentityStore
object
3 properties
VariableOverrideUpsertRequest
object
2 properties 2 required
VariableOverrideUpsertRequest_ApplicationConfig
object
2 properties 2 required
VariableOverrideUpsertRequest_IdentityStore
object
2 properties 2 required
VariableReferenceRequest
object
3 required
VariableReferenceRequest_ApplicationConfig
object
3 required
VariableReferenceRequest_EventHookFunction
object
2 required
VariableReferenceRequest_IdentityStore
object
3 required
VariableReferenceResponse_EventHookFunction
object
2 properties
VariableResponse
object
7 properties
VariableUpdateRequest
object
5 properties 3 required
VariableVariableInsertRequest
object
3 required
VariableVariableUpdateRequest
object
4 required
VariantConsentResponse
object
2 properties
VariantInsertRequest
object
7 properties 5 required
VariantListResponse
object
5 properties
VariantResponse
object
8 properties
VariantUpdateRequest
object
8 properties 6 required
WebAnalyticsResponse
object
4 properties
WebAnalyticsResponse_WebAnalytics
object
4 properties
WebAnalytics_WebAnalytics
object
Represents web analytics configuration.
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

strivacity-admin-portal-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Strivacity Admin API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.