API Rename a Group

Rename a group using the API interface:

Request Url:

https://api.vmlogin.com/v1/tag/rename?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&name=xxxxxxx&tagId=xxxxxx&orderby=0

Request Type: GET

NameTypeDescriptionrequired
tokenstringAuthentication tokentrue
namestringNew name of Grouptrue
tagIdstringGroup IDtrue
orderbynumberThe smaller the number, the higher the rankingfalse

Request

{
    "token": "66e9f73f3617c6afdc6768f7a61a58ae",
    "name": "New name",
    "tagId": "348193",
    "orderby": 0
}


Note:

(1) For token, please refer to the "View/Modify API Token" tutorial.

(2) For tagId, please refer to the "Get group list using API interface" tutorial.