Skip to end of banner
Go to start of banner

userKeyToUserName

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Syntax

userKeyToUserName(userKey)

Description

Returns user name of the user with the provided user key.

Parameters

Parameter name

Type

Required

Description

userKey

stringYesUser key of the user.

Return type

string

Returns user name corresponding to the provided user key. Returns null if a user cannot be found by the provided user key.

Example

Example 1

userKeyToUserName("ff808081572b7e3801572b7f16ff0000");


See also

  • No labels