cURL
curl --request GET \ --url https://ai-loop.alpeadria.com/api/v1/users/{id} \ --header 'Authorization: Bearer <token>'
{ "_id": "507f1f77bcf86cd799439011", "email": "[email protected]", "name": "Alice", "surname": "Johnson", "companyName": "WaveCentric", "companyVerified": true, "permission": "admin", "status": "Completed", "jobTitle": "Operations Manager" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The MongoDB ObjectId of the user.
User details