Update Organization OAuth Application Secret By Orgnization ID And Application ID
DescriptionRegenerate Organization Managed OAuth App Secret
An empty JSON body {} is required in order to invoke the API.
Important:
Changing the client secret via the client management APIs will reset existing secret rotation (meaning, the provided secret in the management APIs will be the only valid secret).
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Organization Admin | ✔️ | ✔️ |
Organization Owner | ✔️ | ✔️ |
Developer | ✔️ | ✔️ |
Request
URLURL
Path Parameters
Path Parameters
Unique identifier (GUID) of the organization.
The unique identifier of the OAuth Application (client).
Authentication
Response
Response BodyResponse Body
200 OK
{
"clientId": "string",
"clientSecret": "string"
}
The unique identifier of the OAuth Application (client).
The organization OAuth Application secret
Errors
The user is not authorized to use the API
The user is forbidden to use the API
The requested resource could not be found
The request could not be processed due to a conflict
The user has sent too many requests
An unexpected error has occurred while processing the request
Code Samples
cURL Command
Vendor Extensions
x-required-roles: org_admin,org_owner,developer
x-slo-tier: TIER2