curl --request GET \
--url https://app-preprod.cybedefend.com/user/profile
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"email": "jsmith@example.com",
"lastName": "<string>",
"picture": "<string>",
"notification": true,
"isOnboardingCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"myOrganizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"myTeams": [
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"myRole": "<string>"
}
]
],
"myRole": [
"<string>"
]
}
],
"monthlyScanCount": 123
}
curl --request GET \
--url https://app-preprod.cybedefend.com/user/profile
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"firstName": "<string>",
"email": "jsmith@example.com",
"lastName": "<string>",
"picture": "<string>",
"notification": true,
"isOnboardingCompleted": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"myOrganizations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"myTeams": [
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"myRole": "<string>"
}
]
],
"myRole": [
"<string>"
]
}
],
"monthlyScanCount": 123
}
User profile information
The response is of type object
.