Permissions from codeless to JS server-code

Hi
mi making a request from codeless to JS server code
and i’m not passing the user-token in the request.
but i still get this rules in the JS respond

[
“AuthenticatedUser”,
“ServerCodeUser”
]
i don’t want the user to make the request since he have no permission to make the changes

Hello @mohammad_altoiher

Yes, by default the API Service Block uses currentUserToken, however you can disable it by connecting null block to user-token input

Regards, Vlad

1 Like