My Logs
message: ‘Lacking permissions’,
staus: 403
my code
async getApiUser(){
try{
const data = await this.fireblocks.apiUser.getApiUsers()
console.log(“api users”,JSON.stringify(data,null,2))
}catch(err){
console.log(err)
}
Now my user is having editor access is that might me the problem?and if so what will be the procedure to change the access permissions of the profile , not able to do it from sandbox ui