Skip navigation
License Plates from US states

Assign Azure AD users licenses based on attributes

Q. Can I assign licenses to users in Azure AD based on attributes of the user?

A. Yes. Azure AD has dynamic groups which enable users to be added to groups based on attributes, for example job title. Those dynamic groups can then be used for license assignment. For example:

  1. Create a dynamic group and for the dynamic membership rule set as a simple rule and set where jobTitle contains Architect
  2. Then for the dynamic group assign licenses that you want the members to be assigned
  3. Done!

You could also have an advanced rule, for example

(user.jobTitle -eq "Technical Architect") -or (user.jobTitle -eq "Chief Technical Architect")

Note you require the Premium SKU of Azure AD to use this capability.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish