- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2024 01:12 AM
Hi all,
I am looking to find a way to assign users a copilot license through catalog item.
The way I could think of was using MS Graph API of which API involves LicenseAssignment.ReadWrite.All.
Though I want to try it myself, I haven't got my account permission.
Do any of you have any idea how I can realise this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 04:10 AM
Possible yes, but based on Microsoft best practice, it should be done using groups not assigning licenses directly

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2024 06:07 AM
Hi,
I'd check with your Azure team. A best practice is to assign a license to a group, and then add users to the group. You'd then use the Add member REST API to add a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2024 06:51 PM
Hi Kieran,
Thank you for your reply, I really appreciated it.
So do you think making a catalog item that involves assigning license to a user is possible?
I was thinking of using LicenseAssignment.ReadWrite.All.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 04:10 AM
Possible yes, but based on Microsoft best practice, it should be done using groups not assigning licenses directly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2024 10:36 PM
Thank you Kieran.
I'll try and let's see what happens!