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 #
String[] profileIds = user.getProfileIds();
Edit this page on Github(opens new window)