Generate a new client secret for a system user
POST/domains/:id/system-users/:systemUserId/generate-client-secret
Generates a new client secret for the specified system user. Note that the old client secret will no longer be valid since it is replaced with the newly generated secret.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The system user's secret was successfully generated.
Bad request. The server cannot process the request.
Invalid or missing access token (JWT).
Not authorized to access this resource.
Entity not found.