-
Notifications
You must be signed in to change notification settings - Fork 1
WebUntis API Doc
Kurt S edited this page Jul 11, 2023
·
8 revisions
Returns JWT object containing the following structure:
{
"tenant_id": "0", // School ID?
"sub": "Displayname", // Displayname
"roles": "STUDENT", // Roles
"iss": "webuntis",
"locale": "de",
"sc": "de",
"user_type": "USER", // user type
"user_id": 0, // user id
"host": "mese.webuntis.com", // host the api uses
"sn": "OSZ IMT", // capitalized school name
"scopes": "",
"exp": 1689078736, //session expire time
"per": [],
"iat": 1689077836, //session expire time?
"username": "user_name",
"sr": "DE-BE",
"person_id": 0 // person ID
}