Get User Permissions
Description
Get User Permissions
The permissions method is used to get all the permissions currently assigned to a user.
URL | https://publish.broadsign.com/api/user/permissions/ |
Method | GET |
Header | Content-Type: application/json |
Sample Request
N/A
Sample Response
Status: 200 (OK)
Copy
{
"permissions": [
"upload_image",
"upload_without_approval"
]
}
Error Response Status Code
Status: 400 (BAD REQUEST)
Copy
{
"status": "Unable to fetch the user permissions"
}