- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
We have catalog item 'Employee internal transfer' . When employee is transferred from one department to other its user profile details change. Using microsoft entra spoke action 'update user' I can update user's department name, title,location etc but it has no option to update 'manager' . I tried using custom action but it gives errors.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
1 - Create new custom action "Update Entra User Manager" in flow designer actions.
2 - Define inputs u_user_id and u_manager_id as string.
3 - In preprocessing step map input variables and add below script :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
1 - Create new custom action "Update Entra User Manager" in flow designer actions.
2 - Define inputs u_user_id and u_manager_id as string.
3 - In preprocessing step map input variables and add below script :
