Updating the Nickname of a Subuser
Function
A user with the te_admin role can update the nicknames of other users.
URI
PUT /v4/domain/child-users
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
User Token |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
users |
Yes |
Array of UpdateChildUserNickNameRequestBody objects |
List of modified users. |
Response Parameters
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Description |
error_code |
String |
Error Codes |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Description |
error_code |
String |
Error Codes |
Example Requests
PUT https://{endpoint}/v4/domain/child-users { "users" : [ { "nick_name" : "Tom", "user_id" : "08777d423500d4b01fe5c008d04336ab" } ] }
Example Responses
None
Status Codes
Status Code |
Description |
---|---|
204 |
No Content |
400 |
Bad Request |
401 |
Unauthorized |
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