auth0-actions

Impersonation Authorize

Authorize an in-flight token exchange after resolving the actor identity.

post/api/internal/auth0-actions/impersonation-authorize

Request body

actorUserIdstring required

Auth0 user_id of the admin (token's sub).

actorEmailstring nullable

Convenience for logging.

targetUserIdstring required

Auth0 user_id to impersonate.

targetEmailstring nullable

Convenience for logging.

mode'full' | 'readonly'

Response

Successful Response

allowboolean required
actorPrincipalstring nullable
impersonationModuleTargetstring nullable
targetUserIdstring nullable
targetEmailstring nullable
targetPrincipalstring nullable
reasonstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.