The error when a client has been succesfully authorized but does not have the required permissions to execute an action.
{ "type": "FORBIDDEN", "status": 403, "message": "The user is missing the requried permissions to execute this action",} Copy
{ "type": "FORBIDDEN", "status": 403, "message": "The user is missing the requried permissions to execute this action",}
A brief explanation of the error.
The HTTP status of the error.
The error when a client has been succesfully authorized but does not have the required permissions to execute an action.
Example