Hi there,
need advise. As part of Employee On-boarding process, we would like to Automate the mailbox creation on O365 using power Apps. Our idea is to when the when the On-boarding request comes to IT department, on a Button click, we would like to create the mailbox and assign mailbox license.
Any Ideas please ?
I am just thinking if we can run Powershell commands anywhere in the back-end of Power Apps to do this Job on Click of Button ?
Solved! Go to Solution.
Hi @venka91 ,
You could use canvas(custom connector) or flow(http action or custom connector) to create user mailbox and assign license .
https://docs.microsoft.com/en-us/graph/api/user-post-users?view=graph-rest-1.0&tabs=http
// The api for create user account/mailbox
https://docs.microsoft.com/en-us/graph/api/user-assignlicense?view=graph-rest-1.0&tabs=http
//The api for assign license.
Best Regards,
Wearsky
Hi @venka91 ,
You could use canvas(custom connector) or flow(http action or custom connector) to create user mailbox and assign license .
https://docs.microsoft.com/en-us/graph/api/user-post-users?view=graph-rest-1.0&tabs=http
// The api for create user account/mailbox
https://docs.microsoft.com/en-us/graph/api/user-assignlicense?view=graph-rest-1.0&tabs=http
//The api for assign license.
Best Regards,
Wearsky
User | Count |
---|---|
257 | |
108 | |
93 | |
57 | |
40 |