0 votes

I'm looking to find any Python examples of using the REST API. An Internet search didn't turn anything up.

by (60 points)

1 Answer

0 votes
by (270k points)

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.

Related questions

0 votes
1 answer

what its trying to do? GET, POST..etc...?

asked Apr 6, 2023 by scotthoffman (20 points)
0 votes
1 answer

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?

asked Aug 18, 2022 by ygini (240 points)
0 votes
1 answer

#!/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

asked Dec 26, 2022 by udathakarthic (40 points)
0 votes
1 answer

hi Team, I have written the code in python to fetch the members in a given LDAP group using a Adaxes API and Python3. Below is my code. I have sheilded the url and password with ... 26T14:05:59.8180694Z'} must be of type str or bytes, not <class 'dict'>

asked Sep 26, 2022 by udathakarthic (40 points)
0 votes
1 answer

On rare occasions, I get the following message when viewing the exchange properties; 'The operation cannot be executed by any available API.' This only happens to a ... these properties are displayed for users. Has anyone else experienced this issue at all?

asked Sep 1, 2016 by Martyn (70 points)
3,326 questions
3,025 answers
7,724 comments
544,677 users