Current User
Ask
Get the current user
GET/v1/meReturns basic profile information for the authenticated RoadOps user. Any valid personal access token or OAuth access token may call this endpoint; no permission scope is required.
Response 200
data | objectBasic profile for the authenticated user. |
|---|---|
data.id | string:uuidCanonical RoadOps user identifier. |
data.firstName | stringUser's first name. |
data.lastName | stringUser's last name. |
data.email | string:emailUser's email address. |
data.nickname | stringUser's preferred short display name. |
data.picture | string:uriUser's profile photo URL. |