Full Name for IUser
Tags:
v8
In Api V8, the ability to retrieve the user’s full name specified in Syrve Office has been added.
For this, a structure UserFullName has been added to the Api, which contains 3 fields:
- string
FirstName- Employee’s first name; - string
MiddleName- Employee’s middle name; - string
LastName- Employee’s last name.
A new method GetUserFullName has also been added to the Api - to retrieve the full name using it, you need to pass the user object IUser.