Cloud Connector users endpoint
We tried using the users endpoint in the cloudconnector API to receive a certain user.
Everytime we add an email address to the "/api/cloudconnector/users" endpoint we receive a
"404 Not found" error in postman. The call works without an added mail address but gives back every single user in our environment
Best Answer
-
Geoff_Ross Cireson Consultant O.G.
As does:
/api/CloudConnector/Users/geoff.ross@cireson.com/
With a / on the end to force the portal to handle it properly.
0
Answers
I am getting the same. We are looking and will probably need to open a bug.
@Geoff_Ross thx for the update :)
Hi Simon,
Something in the email address format is breaking the routing. The following format works:
Geoff
As does:
With a / on the end to force the portal to handle it properly.
thx Geoff, both work :)
just the response needs more than a minute. I guess the endpoint receives all users first and then filters on the mail address I entered?