Hi All,
I am trying to get the user account id via email because I did not have the full name of the user to provide the space permission using below API
https://aidtdmtrename.atlassian.net/wiki/rest/api/search?cql=user.email~"xxx@gmail.com"&start=0&limit=1000
but we are getting below error :
It seems the user.email doesn't work. Can't find documentation on that one.
But the full name does work:
https://adpbcj.atlassian.net/wiki/rest/api/search?cql=user.fullname~"aaron"
The email asks for the account ID.
email?accountId={accountId}'
Regards
Sadly using the full name does not work as we have multiple systems that store the full name differently (be it a true full name or a nickname, etc.) that chances are this will not work 100% of the time. Whereas email is consistent across these systems, why can't we have this work to get user by email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.