This API is used to get the details and functionality associated with the current user.
Accessed from the window at window.sas.vi.currentUser.
window.sas.vi.currentUser
window.sas.vi.currentUser.getSessionDetails(); Copy
window.sas.vi.currentUser.getSessionDetails();
The user's current session details.
Gets the object containing the users current session details.
The current user details.
Gets the object containing the current user details.
Optional
Maximum number of groups to be returned. Default: 1000.
A list of group details.
Gets the list of groups to which the current user belongs.
A boolean value indicating if the user has access to the administration features.
Verifies if the current user has administration features.
{string[]} Identifiers of the required features.
A boolean value indicating if the user has access to the features.
Verifies if the current user has a set of features.
This API is used to get the details and functionality associated with the current user.
Accessed from the window at
window.sas.vi.currentUser
.Example