curl --location --request GET 'https://api.thinkeo.io/v1/users/me'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"email": "string",
"confirmed": "2019-08-24T14:15:22Z",
"teamId": "a4ede8ba-7c0a-4485-8763-cbd9b282fbec",
"role": "endUser",
"onboarding": {
"steps": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isTeam": false,
"title": "string",
"description": "string",
"orderIndex": 0,
"options": [],
"response": {
"optionId": "dee15a0e-f1fe-4cd8-88ac-c090810707f8",
"freeValue": "string"
}
}
]
}
}