Hello!
I am trying to create new team members in Square using Zapier. I have selected the new API Request (Beta) event in Zapier and setup a connection to my Square account. This seems to work for other GET requests, but when I try to POST to the /v2/team-members endpoint, I get the below error message.
{
“category”: “AUTHENTICATION_ERROR”,
“code”: “INSUFFICIENT_SCOPES”,
“detail”: “The merchant has not given your application sufficient permissions to do that. The merchant must authorize your application for the following scopes: EMPLOYEES_WRITE”
}
It doesn’t seem like Zapier allows you to pick a specific API application or specify scopes during authentication. Any idea how to fix this?
6 posts - 3 participants