| Name | Type | Description | Notes |
|---|---|---|---|
| ok | Boolean | Returns if the query was successful. | [optional] |
| String | Email address for the given user. | [optional] | |
| fullName | String | Full name of the user. Can be an empty string. | [optional] |
| department | String | Department the user belongs to. Can be an empty string. | [optional] |
| cn | String | UCL username of the given user. | [optional] |
| givenName | String | Given first name of the user. Can be an empty string. | [optional] |
| upi | String | Unique Person Identifier. | [optional] |
| scopeNumber | Number | Scopes the application has access to on behalf of the user. | [optional] |
| isStudent | Boolean | Whether the user is a student in this academic year. | [optional] |
| uclGroups | String | A semi-colon delimited string of all UCL intranet groups that the user belongs to. | [optional] |