Private/Endpoint/EndPoints.json
{
"msOAuthv2" : "https://login.microsoftonline.com/{{TenantId}}/oauth2/v2.0/token", "msGraphDefaultScope" : "https://graph.microsoft.com/.default", "msGraphV1Users" :"https://graph.microsoft.com/v1.0/users", "msGraphV1User" :"https://graph.microsoft.com/v1.0/users/{{Identity}}", "msGraphV1UserManager" :"https://graph.microsoft.com/v1.0/users/{{Identity}}/Manager", "msGraphV1UserMemberOf" :"https://graph.microsoft.com/v1.0/users/{{Identity}}/memberOf", "msGraphV1UserLicenceDetails" :"https://graph.microsoft.com/v1.0/users/{{Identity}}/licenseDetails", "msGraphV1UserOwnedObjects" :"https://graph.microsoft.com/v1.0/users/{{Identity}}/ownedObjects", "msGraphV1UserDrive" :"https://graph.microsoft.com/v1.0/users/{{Identity}}/drive", "msGraphV1Groups" :"https://graph.microsoft.com/v1.0/groups", "msGraphV1Group" :"https://graph.microsoft.com/v1.0/groups/{{Identity}}", "msGraphV1GroupMembers" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/members", "msGraphV1GroupTransitiveMembers" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/transitiveMembers", "msGraphV1GroupMembersAdd" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/members/$ref", "msGraphV1GroupMembersRemove" : "https://graph.microsoft.com/v1.0/groups/{{GroupIdentity}}/members/{{UserIdentity}}/$ref", "msGraphV1GroupOwners" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/owners", "msGraphV1GroupOwnersAdd" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/owners/$ref", "msGraphV1GroupMemberOf" : "https://graph.microsoft.com/v1.0/groups/{{Identity}}/memberOf", "msGraphV1DirectoryObjects" : "https://graph.microsoft.com/v1.0/directoryObjects", "msGraphV1DirectoryObject" : "https://graph.microsoft.com/v1.0/directoryObjects/{{Identity}}", "msGraphV1ManagedDevices" : "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices", "msGraphBetaPlaceRoomlist": "https://graph.microsoft.com/beta/places/microsoft.graph.roomlist", "msGraphBetaPlaceRoomlistRooms": "https://graph.microsoft.com/beta/places/{{Emailaddress}}/microsoft.graph.roomlist/rooms", "msGraphBetaSchedule": "https://graph.microsoft.com/beta/users/{{Emailaddress}}/calendar/getSchedule" } |