Skip to content

Complete EMM enrollment for a Google Enterprise

Request

Headers
Authorizationstringrequired

Bearer token for authorization

Bodyapplication/jsonrequired
completion_tokenstringrequired
enterprise_tokenstringrequired
cURL
curl -i -X POST \
  https://develop-api.esper.io/_mock/openapi/v2/emm/enrollment/complete/ \
  -H 'Authorization: string' \
  -H 'Content-Type: application/json' \
  -d '{
    "completion_token": "string",
    "enterprise_token": "string"
  }'

Responses

Successfully completed EMM enrollment

Bodyapplication/json
idinteger
google_enterprise_idstring
namestring
stateinteger
callback_urlstring
signup_urlstring
completion_tokenstring
enterprise_tokenstring
created_atstring, (date-time)
updated_atstring, (date-time)
tenant_idstring
Response
{ "id": 0, "google_enterprise_id": "string", "name": "string", "state": 0, "callback_url": "string", "signup_url": "string", "completion_token": "string", "enterprise_token": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "tenant_id": "string" }