getUserByFullName
Syntax | getUserByFullName(fullName) | Package | |
Alias | Pkg Usage |
Description
Gets the user by their full name.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
fullName | String | Yes | Full name of a user |
Return Type
CUser
Returns the first user found with the specified full name.
Example
CUser user = getUserByFullName("John Doe");