1

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"
}
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25

1 Answers1

0

The Google Play EMM API is available only to enterprise mobility management (EMM) solution providers who have completed all steps in the registration process and have been approved by Google to participate in the program.

As of now, Android Enterprise is no longer accepting new registrations for custom device policy controllers (DPC) using the Google Play EMM API. All new EMM solutions should now use the Android Management API, which comes with its own DPC provided by Google.

For information on how to build a public solution using the Android Management API, see Develop your solution and Release your solution.

Dave Paurillo
  • 231
  • 1
  • 12