RoadOpsDeveloper

Current User

Ask

Get the current user

GET/v1/me

Returns 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

dataobject

Basic profile for the authenticated user.

data.idstring:uuid

Canonical RoadOps user identifier.

data.firstNamestring

User's first name.

data.lastNamestring

User's last name.

data.emailstring:email

User's email address.

data.nicknamestring

User's preferred short display name.

data.picturestring:uri

User's profile photo URL.