Create User(Person) using GraphQL

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.

1 Like

hi @snb

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

1 Like

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

3 Likes