create user account in azure AD integrating with service-now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 09:34 PM
how to create user account in azure AD integrating with service-now and after that add that user to a existing group in azure AD itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 09:40 PM
Hi @shid077
If you have integration hub professional subscription this can be done using flow designer.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Or else you can build your custom integration with azure using graph APIs.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 10:18 PM
Hi Saurabh,
Thanks for response.
my requirement is without integration hub.
in the else part we have mention build your custom integration with azure using graph APIs but it create user record in servicenow.
my requirement is to create user record in Azure AD side from servicenow mean integration is from servicenow to azure ad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 11:17 PM
Hi @shid077
Create User - Microsoft Graph v1.0 | Microsoft Learn
Create custom rest message with the help of above link.
C |
If the provided solution meets your needs, kindly consider marking it as helpful and accepting it as the solution. This helps others who may have similar questions. |
Thanks and Regards,
Saurabh Gupta