GET
/
user
/
profile
Get user profile information
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
}

Response

User profile information

id
string<uuid>
required

User unique identifier

firstName
string
required

User first name

email
string<email>
required

User email address

notification
boolean
required

Enable or disable notifications

isOnboardingCompleted
boolean
required

Indicates if the onboarding is completed

createdAt
string<date-time>
required

Date of account creation

updatedAt
string<date-time>
required

Date of last account update

myOrganizations
object[]
required
monthlyScanCount
number
required

Number of scans performed monthly

lastName
string

User last name

picture
string

User picture URL

Maximum length: 8192