I'm looking to find any Python examples of using the REST API. An Internet search didn't turn anything up.
Hello,
Unfortunately, there are no examples of REST API requests in Python. We only have examples in PowerShell, C#, cURL and node.js. You can check them in our SDK: https://adaxes.com/sdk/REST_GetDirectoryObject.
what its trying to do? GET, POST..etc...?
Hello, We encoutered an issue with Adaxes in default configuration. We are mainly using Adaxes for its REST API, to automate identity lifecycle with our HRIS. We tried to update ... got enforced even on an API REST attribute change? If so how to disable it?
Is there any way to add a warning message when someone tries to add a group member that already is member? Checked config but found nothing related. Added a new member that ... the group and there is no warning, and the logs show that the task was completed.
I am trying to build a custom command to add a specific user to a rule based group in adaxes and I am curious if it is something we can use the API to complete?
#!/bin/python3 import requests import json baseUrl = "https://xxxxxxxxxx/restApi" endpoint = "/api/authSessions/create" # Request parameters requestUrl = baseUrl + endpoint ... either expired or invalid.', 'code': 'unauthenticated'} Could you please suggesst