Returns permissions for a given user
/ws/ws_permission/api/{app_token}/mode/json/apiv/5/u/{user_token}
| Name | Req | Type | Description |
|---|---|---|---|
| app_token | string | The api token for the given account. You can find the api token when navigating through account->api accounts | |
| apiv | integer | The api version; only version 5 supported. | |
| user_token | string | The user token of the user trying to access the account |
| Name |
|---|
{
"response": {
"success": {
"code": 641,
"message": "Permissions found",
"details": ""
},
"WsPermissionResponse": {
"User": [
"Can View Self"
],
"Manager": [
"Can Save"
]
}
}
}