GET
/
user
curl --request GET \
  --url https://cloud.volttime.com/api/v2/user \
  --header 'Authorization: Bearer <token>'

Response

id
integer

The identifier of the user

name
string

The full name of the user

email
string

The email of the user

created_at
string

The date the user was created

updated_at
string

The date the user was last updated

Was this page helpful?