REST api Post request with {{current_user}} issue

Hi,

I didn't make any changes but seems like it started throwing error from {{current_user}} variable.

I'm using REST API - post call and handling over {{current_user}} variable within BODY.
It was working fine until yesterday and giving me error says

    • message:""{{ current_user }}" was evaluated as {JSON obj} which did not match the value expected.
      (JSON obj shows full current user info in JSON format properly)

When I delete this key from BODY it works fine.

Do you know any idea why it happens?

We are also experiencing this on cloud instances. Using current_user.email etc returns a 403 error.

Hi there! Thanks for reaching out about this error

Can you try toggling off this feature under Settings->Beta to see if it resolves the error?

1 Like

That worked!

1 Like

Glad to hear :blush: