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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.