Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

userKeyToUserName(userKey)

...

Excerpt
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

...

Code Block
userKeyToUserName("ff808081572b7e3801572b7f16ff0000");

...