
JChen329688 (Community Member) asked a question.
I would like to use wildcard in Veracode API to find out all users from specific company, like
https://api.veracode.com/api/authn/v2/users?user_name=*.abc.com
But looks like Veracode API does not interpret `*` as special meaning for all characters. Is there any way to archive similar goal in API?
Also it seems only return last query if I put multiple query in API call like
https://api.veracode.com/api/authn/v2/users?user_name=a.abc.com$user_name=b.abc.com
It only return record for `b.abc.com`. How to make this multiple query work in API?
Thanks,
.png)
Hello,
You can hit the below API to list all the users of a company https://docs.veracode.com/r/c_identity_list_users
For more assistance on the Veracode APIs and Wildcard, we recommend you contact our technical support team.
Here's how you can log a case:
1. Navigate to the upper right corner of any page in the Community, and click on your user avatar.
2. Select Contact Support from the drop-down menu. Open a case with Support, for Integration and your queries will be addressed.
Thanks & Regards,
Veracode!
Thanks for the help..