Hi am assigned to integerate monday with our application. I dont know how to create a new user using monday’s graphql the most i can find is creating an user in a board or workspace with mutation but that uses pre created user’s id . I need to know how can i create new user with its API
This is not a capability of the API at this time, and may never be. The API only supports reading users and their profiles.
If you are on an enterprise account look into SSO and SCIM to automate provisioning accounts.