GET ./utilizatori/info

It is used to retrieve information about a user. If user is not found, endpoint will return Status 400

GET parameters

NameValue TypeValidationDetails
uaIDintRequiredUser ID. If ID is not provided, endpoint will return information about the authenticated user.

Output example

{
"uaID": "156414",
"uaTip": "1",
"uaFirstName": "Popescu",
"uaLastName": "Ion",
"uaSex": "1",
"prefAvatar": null,
"clasa": {
"clID": "277",
"clNume": "XI C",
"ascIsActiv": "1",
"ascNume": "2019/2020"
}
}