We're trying to add a Send As permission in the properties for a group through Adaxes. It works for Send on Behalf, but whenever we try to add Send As delegation in Adaxes, ... (#Ze operation) at #re.#qe.Execute() --- End of inner exception stack trace ---

asked May 21, 2019 by rmoat (50 points)
0 votes
1 answer

Hello We are using the REST API with the Business Unit method to get all our users in once, and it works really well, the API return around 150 in a second when ... proper way with Adaxes REST API to read the current expiration time for all accounts? Thanks

asked Jun 25, 2022 by ygini (240 points)
0 votes
0 answers

Hello! We are currently trying to use the REST API to search for all group objects in our domain, but the search result is only returning 1000 objects. We tried supplying a ... the request. Is there a way to retrieve more than 1000 objects using the REST API?

asked Feb 16, 2022 by KelseaIT (330 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

Hello We are currently building HRIS automation capabilties over the Adaxes API and it works quite well. The main issue we have is that Adaxes API works with simple ... to the least one): OAuth2 via the web UI Certificate Based Authentication Kerberos Thanks

asked Jun 25, 2022 by ygini (240 points)
0 votes
1 answer

Good Evening I don't know if this is possible, but can we use the API and get a report from adaxes. The report is Reports\All Reports\Groups\Membership "Users' membership ... the groups and it will generate an API to adaxes and return a PDF report. Thank you

asked May 23, 2022 by Sandberg94 (340 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

Right now, we are generating the request for create new users via Webpage, I would like to know if there is a possibility to generate this kind of request using the API or SDK

asked Apr 20, 2020 by jcvertiz_stk (20 points)
0 votes
2 answers

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

Is it possible to add multiple members to a group in a singe call to the REST API? The example code only shows a single member. What would the data structure look like in that case?

asked Dec 13, 2021 by swengr59 (60 points)
0 votes
1 answer