How do you see who has licenses in Salesforce?
To view a list of the active user licenses in your Salesforce, simply click Your Name > Setup > Company Profile > Company Information > User Licenses. Want to learn more about which user licenses are right for your business?
How do I add a license to Permissionset?
Assign a Feature Permission Set License and Permission Set From Setup, enter Permission Sets in the Quick Find box, then select Permission Sets. Click New and enter your permission set information. For License, select the license to associate with this permission set.
How to assign a license to a user?
On the Assign license page, select Users and groups to open a list of users and groups. Select a user or group, and then use the Select button at the bottom of the page to confirm your selection.
How are permission set licenses different from user licenses?
Permission set licenses incrementally entitle users to access features that are not included in their user licenses. Users can be assigned any number of permission set licenses. You won’t be able to assign a permission set license until after the user has been created (there is a related list on the user detail page).
How are user profiles related to permission sets?
Permission sets are not related to a profile, then are related to an user via PermissionSetAssignment. SELECT PermissionSet.Name, Assignee.Id, Assignee.Name, Assignee.ProfileId FROM PermissionSetAssignment WHERE permissionsetid IN (‘PERMSET1’, ‘PERMSET2’, ..)
How are permission sets assigned in Office 365?
Users are assigned permission sets according to the license assigned to the user in Office 365. You can then proceed to assign more detailed permissions to users and to organize them in user groups for easy permission management. For more information, see To assign permission sets to users.