Updating an Application Account
Function
This API is used to update an application account.
Constraints
null
URI
PUT /api/v2/tenant/applications/{application_id}/accounts/{account_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
application_id |
Yes |
String |
Application ID. |
account_id |
Yes |
String |
Application account ID. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Set this field to "application/json;charset=utf8". |
Authorization |
Yes |
String |
Authentication credential. The value is "Bearer {access_token}". access_token is obtained by calling the API for obtaining an access credential. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
account_name |
No |
String |
Application account name. |
name |
No |
String |
Real name. |
org_code |
No |
String |
Application organization code. |
password |
No |
String |
Password. |
disabled |
No |
Boolean |
Whether disabled. |
extension |
No |
Object |
Custom extended attributes, which can be customized by choosing "Object Models" > "Application Accounts". |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
account_id |
String |
Application account ID. |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_code |
String |
Error code. |
error_msg |
String |
Error details. |
Example Requests
Modify an application account information based on the application ID and application account ID. The Account field is set to Test02, the Name field is set to Example, the application organization code is 10000, and the status is enabled.
PUT https://{domain_name}/api/v2/tenant/applications/{application_id}/accounts/{account_id} Authorization: Bearer 334963fc-1e4a-473b-9096-52a929140... { "account_name": "Test02", "name":"Example", "org_code":"10000", "disabled":false }
Example Responses
Status code: 200
Request successful.
{ "account_id" : "20210515151018087-2F92-6DBCA6..." }
Status Codes
Status Code |
Description |
---|---|
200 |
Request successful. |
400 |
Invalid parameter. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot