| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

# `200      Success`

object

email
string

first_name
string

id
integer

last_name
string

language
string

phone_number
string

session_replays_enabled_until
date-time | null

When Datadog session replay enforcement expires for the user

elevated
boolean

Returned only when the current user is an elevated user

# `401      Unauthorized`

# `403      Forbidden`

# `404      Not found`

# `406      Not Acceptable`

```shell
curl --request GET \
 
     --url https://api.dealerware.com/admin/user \
 
     --header 'accept: application/json'
```

```json
{
  "email": "john.doe@silvercar.com",
  "first_name": "John",
  "id": 123,
  "last_name": "Doe",
  "language": "en",
  "phone_number": "5551234567",
  "session_replays_enabled_until": "2026-04-10T18:30:00Z",
  "elevated": true
}
```
