Contents

Get a Profile

Get details about a profile.

URL

GET https://mdmenrollment.apple.com/profile

Query Parameters

NameTypeDescription
profile_uuid Requiredstring

The unique identifier for a profile.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
Profile

400Bad Request

  • PROFILE_UUID_REQUIRED: The request did not contain a profile UUID.

  • NOT_FOUND: The requested profile UUID doesn’t match a known profile.

  • USER_AGENT_INVALID: The User-Agent header is invalid.

  • USER_AGENT_MISSING: The User-Agent header is missing or has no assigned value.

See Also

Profile Management