GetUserProfile
This method can be used for the following functionality: Get Profile for a User.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/users/5e8017d2e1385f0c58e8f4f8/profile' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"user_id": "...",
"created": "...",
"modified": "...",
"job_title": "...",
"organization": "...",
"business_group": "...",
"office_location": "...",
"about_me": "...",
"tags": [
"..."
],
"certifications": [
"..."
],
"education": [
{
"qualification": "...",
"institute": "...",
"completed": "..."
}
],
"employment": [
{
"role": "...",
"company": "...",
"duration": "...",
"description": "..."
}
]
}