---
title: "Get information about the currently logged in user"
method: GET
path: "/auth/profile"
tags: ["admin"]
---

# Get information about the currently logged in user

`GET /auth/profile`

## Response `200`

The profile was successfully retrieved.

- AdminUser
  - `user_id` string
  - `domain_id` string
  - `identities` UserIdentity[]
    - `id` string
    - `provider_type` 'anon-user' | 'local-userpass' | 'api-key' | 'oauth2-apple' | 'oauth2-google' | 'oauth2-facebook' | 'custom-token' | 'custom-function'
    - `provider_id` string
  - `data` object
    - `email` string
    - `name` string
  - `type` 'normal' | 'server' | 'system' | 'unknown'
  - `roles` object[]
    - `role_name` string
    - `group_id` string

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
