<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/Get-current-user-details",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "rest:apple-ads-platform-api:get:me"
  },
  "title" : "Get Me Details"
}
-->

# Get Me Details

Return the user ID and organization ID of the authenticated API caller.

## Discussion

This endpoint returns the `userId` and `orgId` associated with the access token used to authenticate the request. To confirm which user account is active and retrieve the root organization for subsequent API calls, use this endpoint.

## Payload Examples

**Get User Details:**

### Request

```
GET https://api.ads.apple.com/v1/me
```

### Response

```json
{
 "result": {
   "userId": 3962840,
   "orgId": 27154130
 }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)