API rest_cannot_assign_term Create Ticket Issue
-
I have a custom role ‘Client’. I have added the ‘Support User’ capabilities to the ‘Client’ role. From the frontend a Client user can complete all tasks including creating a new ticket.
When I make requests from Postman to /wp-json/wpas-api/v1/tickets to view, close, reply or attach files they are successful. But when I try to create a new ticket I get the response;
{
“code”: “rest_cannot_assign_term”,
“message”: “Sorry, you are not allowed to assign the provided terms.”,
“data”: {
“status”: 403
}
}If I remove the Client role and just use the Support User role the request succeeds.
Do you know what could potentially be causing this?
Thank you
- The topic ‘API rest_cannot_assign_term Create Ticket Issue’ is closed to new replies.