Share tags with other users (Called "lists" within the GUI application).


JSON Request Example: 

/**
 * Tags::ShareTags
 *
 *  Share tags with other users
 *
 *  tags [array, required]: array of one or more tag ids or names
 *  users [array, required]: array of one or more user names
 */
{
  "username": "mat",
  "usertoken": "abc",
  "requesttype": "Tags",
  "requestmethod": "ShareTags",
  "details": {
    "tags": ["{*tag-id or tag-name*}", ...],
    "users": ["{*user-name*}", ... ]
  }
}
JavaScript


"json_request" element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeTags
requestmethodShareTags


"details" element


Field NameDescription
tags
(required))
Tag Id or Tag Name of the tag you want to share.  
users
(required)
User name of user you want to share tag with 


Successful Response:


"response" element


Field NameDescription
statusWill return SUCCESS if tags were successfully found.
dataMessage and count of tags were shared successfully


Unsuccessful Response:


"response" element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed