Lacking permissions

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

Hi @rishi33785 welcome to the Fireblocks Community!

I can see that you are trying to call this endpoint that requires Admin level permissions

What I suggest you do is to add a Non-Signing Admin API user to the sandbox workspace