---
title: Get Me Details
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-current-user-details
---

# Get Me Details

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

## URL

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

## Response Codes

200 OK: Successful operation. Returns MeResponse (result: Me). 400 Bad Request: Bad Request. Returns ErrorResponse. 401 Unauthorized: Unauthorized. 403 Forbidden: Forbidden. 404 Not Found: Resource not found. Returns ErrorResponse. 429 Too Many Requests: Rate Limit Exceeded. See Applying Rate Limits. 500 Internal Server Error: Internal Server Error. Returns ErrorResponse.

## Discussion

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

## See Also

- [Get User ACL](apple-ads-platform-api/get-user-acls.md)
- [Get Org by ID](apple-ads-platform-api/get-orgs-_id_.md)
