getAccessGroup()
Obtains the access group of the user who is logged in currently.
Returns
The access group as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the access group of the user who is logged in currently.
const accessGroup = PCore().getEnvironmentInfo().getAccessGroup();
Previous topic APIs in the EnvironmentInfo class Next topic getApplicationLabel()