Zero TrustZero Trust Users

Get last seen identity

GET
Get last seen identity for a single user.

Path parameters

idstringRequired
The ID of the user.
identifierstringRequired

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/access/users/f3b12456-80dd-4e89-9f5f-ba3dfff12365/last_seen_identity \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "account_id": "1234567890",
4 "auth_status": "NONE",
5 "common_name": "",
6 "device_id": "",
7 "email": "test@cloudflare.com",
8 "geo": {},
9 "iat": 1694791905,
10 "idp": {},
11 "ip": "127.0.0.0",
12 "is_gateway": false,
13 "is_warp": false,
14 "mtls_auth": {},
15 "service_token_id": "",
16 "service_token_status": false,
17 "user_uuid": "57cf8cf2-f55a-4588-9ac9-f5e41e9f09b4",
18 "version": 2
19 }
20}