AM/TA/Inv - Reset OAuth Client Password

Details

/external/v1/oauth/client/password-resetarrow-up-right

Synopsis

Reset OAuth Client Password

put

This route is used by the primary OAuth client to set a new password for other clients. This route will typically be used an OAuth client loses their password. This endpoint can be called by applications with access to scope "manageExternalClients".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageExternalClients
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
passwordstring · min: 8 · max: 72Required

The password of this OAuth client

Example: u7/JvJ+:X?Wc]6}.
clientIdstring · min: 5 · max: 50Required

The unique identifier of the OAuth client. Must be alphanumeric

Example: TEST1234Pattern: ^[a-zA-Z0-9-]*$
Responses
chevron-right
204

Successfully updated OAuth client's password

No content

put
/external/v1/oauth/client/password-reset

No content

Last updated

Was this helpful?