Get user's manager name and insert into a list column for SharePoint Online We can use SharePoint2013 designer workflow/MS Flow to achieve it and also we can use REST API to get user's manager details. <script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script type="text/javascript"> GetCurrentUser(encodeURIComponent($.parseJSON($("[title='Owner'] input").val())[0].Key)); // function GetCurrentUser(loginName) { var requestUri = _spPageContextInfo.webAbsoluteUrl + "/_api/SP.UserProfiles.PeopleManager/GetUserProfilePropertyFor(accountName=@v,propertyName='Manager')?@v=" + "'" + loginName + "'"; var requestHeaders = { "accept" : "application/json;odata=verbose" }; $.ajax({ url : requestUri, method: "GET", async:false, headers : requestHeaders, success : onSuccess...
Enterprise AI & Cloud Architecture is a thought-leadership platform focused on AI-driven, cloud-based enterprise systems. It examines advanced architectures leveraging SharePoint, Microsoft 365, Azure, Power Platform, RAG, and Agentic AI to modernize mission-critical environments in healthcare, research, government, and enterprise organizations.