Give a user access to a feature
Name | Type | Required | Optional | Searchable | Note |
---|---|---|---|---|---|
siteid | numeric | REQUIRED, Passed via URI | |||
accessmoduleid | numeric | REQUIRED, Passed via URI | |||
userid | numeric | REQUIRED, Passed via BODY |
http://devsandbox.targetsolutions.com/v1/sites/{siteid}/access/modules/{accessmoduleid}/users
POST /sites/{siteid}/access/modules/{accessmoduleid}/users HTTP/1.1
Host: http://devsandbox.targetsolutions.com/v1
AccessToken: iqd7Ac+6mcNhAGIq8lIr6A==
Cache-Control: no-cache
{ "userid":"random userid data" }
{ "httpcode":201, "moreinfo":"http://developers.targetsolutions.com/v1/responsecodes/701", "developermessage":"The request has been fulfilled and resulted in a new resource being created. ", "statuscode":701, "status":"created" }
{ "httpcode":401, "moreinfo":"http://developers.targetsolutions.com/v1/responsecodes/800", "developermessage":"A request was made to a resource that you do not have ownership of.", "statuscode":800, "status":"access denied" }