Workspace members API

In Response of API - GET /2.0/workspaces/{workspace}/members
Ref - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-members-get
Is there any other way to uniquely identify the user other than UUID and Account ID.
Because I only have the Email Id of the user and need to add that user in particular repository

  • And for that I need UUID, but I am not able to get any API to get the email and UUID mapping for all the users present in workspace <there is only api, to fetch the email for current user>.
3 Likes

I had a similar request:

But no solution yet. :man_shrugging:

Maybe @EnikaBiswas can help us with more info?