API Error Code 14

Options

I'm having trouble getting the Constituent Server API to work. I think it's a permissons issue.

I created a user AFSC_cons_API by following the published instructions. I also setup the site following the directions on the same page. I think I got the IP filter correct (I used the IP address that I expect is correct and added a mask of /24).

However, when I created a script that called the API (PHP5 using curl library), it get back a response saying the user cannot do gets:

<errorResponse xsi:schemaLocation=" " xmlns="" xmlns:xsi="">

<code>14</code>

<message>Get failed: getting a record is not allowed for the caller.</message>

</errorResponse>

Again, I'm assuming this is a setup/permissons issue.

Tagged:

Categories