curl --request GET \
--url https://atoms-api.smallest.ai/api/v1/user \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"userEmail": "<string>",
"authProvider": "<string>",
"isEmailVerified": true,
"organizationId": "<string>"
}
}curl --request GET \
--url https://atoms-api.smallest.ai/api/v1/user \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"_id": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"userEmail": "<string>",
"authProvider": "<string>",
"isEmailVerified": true,
"organizationId": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
true
Show child attributes
The ID of the user
The first name of the user
The last name of the user
The email of the user
The authentication provider of the user
Whether the user's email is verified
The organization ID of the user