IUser full name
[v8
]
In API V8, the ability to obtain the user’s full name specified in Syrve Office was added.
For this purpose, the UserFullName structure was added to the API, which contains 3 fields:
- string
FirstName- Employee’s name; - string
MiddleName- Employee’s patronymic; - string
LastName- Employee’s last name.
Also, a new method GetUserFullName was added to the API - to get the full name using it, you need to pass the user object IUser.