Skip to main content

Create User(Person) using GraphQL

  • March 29, 2022
  • 2 replies
  • 1180 views

  • Participating Frequently

Is there any way to create user (person) using GraphQL?
Currently I see only read-only query: https://api.developer.monday.com/docs/users-queries-1
Also, here https://api.developer.monday.com/docs/people is noted that I should use ID to set person to item value. So, how should I populate new users with name/email?

Thanks for help.

2 replies

basdebruin
  • Community Expert
  • March 29, 2022

hi @snb

The short answer is: no, you can’t add new persons to your monday account using the API.


  • Author
  • Participating Frequently
  • March 30, 2022

I see, thank you.
What about adding this feature to API?