GET api/v1/userinfo/authorisation
Endpoint to get authorisation information about the current user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Authorisation information about the user
AuthorisationInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganisationKey |
Contains the key of the organisation of this user |
globally unique identifier |
None. |
| BoardOrganisationKey |
Contains the key of the board organisation of this user |
globally unique identifier |
None. |
| UserKey |
Contains the key of this user |
globally unique identifier |
None. |
| LoginName |
Contains the login name of the user |
string |
None. |
| UserType |
Contains the type of the user (personnel, student, groupstudent, external, DKN admin). |
UserType |
None. |
| FirstName |
Contains the first name of the user |
string |
None. |
| MiddleName |
Contains the middle name of the user |
string |
None. |
| LastName |
Contains the last name of the user |
string |
None. |
|
Contains the email address of the user |
string |
None. |
|
| Grade |
Contains the grade of the user |
integer |
None. |
| Permissions |
Contains the permission of the user |
Collection of string |
None. |
| AllOrganisationKeys |
Contains all organisationKeys of the user |
Collection of globally unique identifier |
None. |
| TenantKey |
Contains the tenantkey of the user |
globally unique identifier |
None. |
| IsSubstituteTeacher |
Contains if the user is a substitute teacher |
boolean |
None. |
| Key | globally unique identifier |
None. |