Documentation

Example Token Admin

Below you see a token example for an admin:
 

 eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJDdXN0b21lck9yZyIsImF1ZCI6IiIsInN1YiI6InVzZXJAY3VzdG9tZXIuY29tIiwidXNlclR5cGUiOiJBRE1JTiIsImZpbHRlcnMiOltdLCJkYXNoYm9hcmRzIjpbXSwidXNlckNvbmZpZyI6e30sIndoaXRlTGFiZWwiOnt9LCJsYW5ndWFnZSI6IkVuZ2xpc2gifQ.Eouo-rzNFA-OQPEegj7se9Gp4DB6zFJkPy6MgU_IExU

 
You can visualize the token here https://jwt.io.

 

The payload will look like this:

 

{

"iss": "CustomerOrg",

"aud": "",

"sub": "user@customer.com",

"userType": "ADMIN",

"filters": [],

"dashboards": [],

"userConfig": {},

"whiteLabel": {},

"language": "English"

}