GetUserById
This method can be used for the following functionality: Get details for a user.
Last updated
curl -X GET 'https://demo.attackforge.com/api/ss/users/5d5b27734a83a708c46f4748' -H 'Host: demo.attackforge.com' -H 'X-SSAPI-KEY: ***************************************' -H 'Content-Type: application/json' -H 'Connection: close'{
"user": {
"status": "...",
"role": "...",
"first_name": "...",
"last_name": "...",
"email_address": "...",
"username": "...",
"mfa_enabled": "...",
"last_logged_in": "...",
"created": "...",
"id": "..."
}
}