Thursday, November 30, 2023

Get SharePoint all users from in the Group Using the Group Name or Group Id

 In this blog I am explaining how to get all uses form SharePoint group using Name and Id with RESTGet All Users from Groups Name"_api/web/sitegroups/getbyname('" + groupname + "')/users/"Get All Users from Groups ID"/_api/web/sitegroups/GetById(" + groupID +")/Users"Suppose If you getting Groupe Name from textbox and in will contain special character such as "&" or you can use the Group-id...

Wednesday, November 29, 2023

Monday, November 13, 2023

DocuSign e Signatures using in Power Automate

Introduction DocuSignDocuSign is a cloud base eSignature web application which is simplify the document base signature approval process electronically. Does DocuSign work with Power Automate?In this post I would like to introduce the using the DocuSign eSignatures in the Power Automate. When considering...