userKeyToDisplayName
Syntax | userKeyToDisplayName(userKey) | Package |
|
Alias | accountIdToDisplayName(userKey) | Pkg Usage |
|
Description
Returns the display name for the provided user key.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
user key | String | Yes | User key. |
Return Type
String
Returns the display name
Example
string displayName = userKeyToUsername("someUserKey");