Skip to main content

Reciving UserUnauthroizedException 403 when trying to update column_values in the item

  • July 11, 2023
  • 2 replies
  • 267 views

Hi guys, please help to understand what I’m doing wrong.

Using GraphQL succesfully creating board, creating item with title.
But whenever I’m trying to update column values on the item for the board I’ve created resiving UserUnauthroizedException 403 exception.

Please advice, how I can see what permissions do I need?
this throws and error:
mutation { create_item (board_id: 3896215602, group_id: "duplicate_of_implementation_go", item_name: "“+ title +”", column_values: "{\\"text\\":\\"testTEST\\"}") { id }}"
This workds as intended with no access issues:
“mutation { create_item (board_id:”+ boardId +“, group_id: "duplicate_of_implementation_go", item_name: "”+ title +“") { id }}”

2 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • July 12, 2023

Hello there @Sasha_Kolesnyk and welcome to the community!

Would you be able to please send us an email to appsupport@monday.com so we can take a look from there?

Looking forward to hearing from you via email!

Cheers,
Matias


  • Author
  • New Participant
  • July 13, 2023

Hi Matias,

Thank you for the reply!
I’ve sended this to support email, when we found resolution will post results here.