getOperatorIdentifier()
Obtains the identifier of the operator who is currently logged in to the application.
Returns
The operator identifier as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the identifier of the operator who is currently logged in to the application.
const operatorIdentifier = PCore().getEnvironmentInfo().getOperatorIdentifier();
Previous topic getMaxAttachmentSize() Next topic getOperatorImageInsKey()