RE: Unable to get employee information through suiteTalk or suiteQl

I have been making a request to /record/v1/employee and receive

{
“type”:”https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1″,
“title”:”Bad Request”,
“status”:400,
“o:errorDetails”:[
{
“detail”:”Invalid search query. Detailed unprocessed description follows. Search error occurred: Record ’employee’ was not found.”,
“o:errorQueryParam”:”q”,
“o:errorCode”:”INVALID_PARAMETER”
}
]
}
Similarly when requesting to /query/v1/suiteql?limit=5 with body
{
“q”:”SELECT * FROM employee “
}
I get the same error as above I have the List -> Employee and List -> Employee record permissions on my role. Am I missing something? How am i supposed to get a list of employees
Jatidude Rookie Asked on May 25, 2021 in SuiteTalk.
Add Comment
1 Answers

Minimal permissions/features requires are those listed in REST Web Services Prerequisites and Setup and the Employee Record  and the Employees List permissions

Advanced Answered on May 28, 2021.

I have both of these permissions set to Full for the role associated with my Access Token. Despite this I still get the error

on May 28, 2021.

You need more than simply the 2 permission i listed. Documentation lists 4 features that must be enabled and 3 permissions.

on May 28, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.