Change the client activation status
PATCH/api/2.0/clients/:clientId/activation
Activates or deactivates an OAuth2 client. When deactivated, the client cannot request new access tokens, but existing tokens will remain valid until they expire.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
Client activation status successfully changed
Invalid client ID format or activation status
Insufficient permissions to change client activation
Client not found
Too many requests - rate limit exceeded
Internal server error occurred