Skip to end of banner
Go to start of banner

userKeyToDisplayName

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 2 Next »

Availability

  • This routine is available starting with SIL Engine™ 4.8.0.3
  • This routine is available for Jira server (8.0 and up) and cloud deployment options.
  • The routine is an alias for accountIdToDisplayName.

Syntax

Server:

userKeyToDisplayName(userKey)



Cloud:


userKeyToDisplayName(accountId)


Description

Returns the display name for the provided user key.

Parameters

Server:

Parameter name

Type

Required

Description

user key

String

Yes

User key.


Cloud:

Parameter name

Type

Required

Description

accountId

String

Yes

The account Id

Return type

string

Returns the display name

Example

string displayName = userKeyToUsername("someUserKey");


See also

  • No labels