PropelAuth · Arazzo Workflow
PropelAuth Rotate User API Key
Version 1.0.0
Find a user's active API key, revoke it, and issue a fresh replacement.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
rotate-user-api-key
Revoke a user's existing API key and issue a fresh one in its place.
Resolves a user's most recent active API key, revokes it, and issues a replacement key bound to the same user.
1
findActiveKey
fetchActiveApiKeys
List the user's active API keys and take the most recent.
2
revokeKey
deleteApiKey
Revoke the user's current API key so the old token stops validating.
3
issueNewKey
createApiKey
Issue a fresh API key bound to the same user.