I am using Google Play EMM API to create a new user but I am getting an internal server error. I have a valid Access Token that I have been creating using the same Gmail that I used while creating an enterprise. Also, I am sending all the params listed here: https://developers.google.com/android/work/play/emm-api/v1/users/insert
but it's not letting me create a user.
here is my request body:
{
"managementType": "emmManaged",
"accountType": "userAccount",
"primaryEmail": "dummy@.com",
"accountIdentifier": "dummyIdentifire",
"displayName": "DisplayName"
}