v3

latestOpenAPI 3.1.02026-07-31115157197.4 KB
Polaris

Reset Credentials

Reset a principal's credentials.

WARNING: new credentials are returned in the response body. Callers must store them in a secrets manager immediately and not log the response. TODO: migrate to writing directly to Vault/Secrets Manager and returning only a reference ID to eliminate credential exposure over HTTP.

post/v2/polaris/reset-credentials

Request body

principal_namestring required
client_idstring nullable

Optional; if set, client_secret must also be set (Polaris reset body).

client_secretstring nullable

Optional; if set, client_id must also be set (Polaris reset body).

Response

Successful Response

principal_namestring required
client_idstring required
client_secretstring required