Hi,
I’m trying to find a Bitbucket Cloud API that allows me to search for members of a workspace whose name match a certain string.
There is a list workspace user API but when i do something like
https://api.bitbucket.org/2.0/workspaces/thomas-workspace/members?q=user.nickname~"thomas"
it return an error "Invalid filter query expression: nickname expressions only support \"=\" and \"!=\""
Does anyone know of another API or a workaround to for this?
Thanks