How to: Create an Endpoint to get AD groups (Mid Server involved)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 02:15 AM
Synopsis: Create an endpoint to get AD groups utilizing the mid server to run the powershell script allocated in the server.
1. Create a Scripted Rest api with Base API path
Relative path you can mention, Resource path will be added automatically
2. As you are try to retrieve Data using a third party app. Create HTTP GET Method using Resources in the related list
3. Create your scripted REST api script, connecting the midserver and command to execute the powershell script
4, you have established an Endpoint which can be tested from third party app.
note : Authentication can be defined based on methods which can be used ex : oauth, basic, digest, etc
0 REPLIES 0