Skip to main content
GET
/
api
/
session
Get a user and their roles
import requests

url = "https://{FUSION HOST}/api/session"

response = requests.get(url)

print(response.json())
{}

Response

200 - application/json

OK

{key}
object