cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
589
Views
0
Helpful
1
Replies

ISE Guest API Fetch guest email address

awatson20
Level 4
Level 4

Trying to perform a API call to fetch a guest username/email address using the following URI, but getting 400 error.  This works for a random generated account, but not when trying to pull the email address.  Any ideas?

 

https://<ise node>:9060/ers/config/guestuser/name/#email#

 

https://<ise node>:9060/ers/config/guestuser/name/test00  (works)

 

https://<ise node>:9060/ers/config/guestuser/name/john.doe@test.com (fails)

1 Reply 1

Mike.Cifelli
VIP Alumni
VIP Alumni
This link below should help you with this and other guest related API calls:
https://community.cisco.com/t5/security-documents/ise-guest-sponsor-api-tips-amp-tricks/ta-p/3636773#toc-hId-1283737282

Try: https://<ise node>:9060/ers/config/guestuser?filter=emailAddress.EQ.john.doe@test.com