Can anyone please let me know if we have a Rest Api for Stash to find users repo permissions?
I know the user's ID and the repo. I need to find if the user has access to that repo. I need this fulfilled using rest Api..
Can you please let me know if there is any similar API's available in Stash/Bit bucket?
Quick response is highly appreciated!
Thanks!
Not sure if you there is single REST resource to verify if particular user can access particular repository - unless you can authenticate as that user and want to simply access repository in question to find out if access will be granted.
But take a look at /projects/{projectKey}/repos/{repositorySlug}/permissions resoruce and its subresources - you can easily list all users granted access, all groups granted access.
Hope that helps,
Appreciate your help here Piotr..
The API provided is with respect to the project right. I am trying to get the details globaly and not project specific.
I might not know any other details other than the user name and repo name.
Is there any other way for this?
Thanks
Deepa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.