POST https://apis.wso2.com/api/am/admin/v0.16/applications/{applicationId}/change-owner
This operation is used to change the owner of an Application. In order to change the owner of an application, we need to pass the new application owner as a query parameter
Not required
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Query |
owner required |
String | ||
Path |
applicationId required |
Application UUID |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. Application owner changed successfully. |
|
400 |
Bad Request. Invalid request or validation error |
Error |
404 |
Not Found. Requested Application does not exist. |
Error |
412 |
Precondition Failed. The request has not been performed because one of the preconditions is not met. |
Error |