getProfileIds #
Returns the list of profile identifiers associated with this user.
Return Value #
Returns an array of strings, each a profile identifier associated with this user.
Usage #
for (profileId of user.getProfileIds()) {
}
Edit this page on Github(opens new window)