Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Deleting User permissions in BItbucket Server via the REST api.

Stash Admin August 10, 2017

Hi I'm trying to remove user permissions via the bitbucket server (4.10.1) api.

I can use GET to access an individual users info. But when I try DELETE or PUT to change the permissions for individual users I get a paginated list of all users and the permissions are not changed.


Here is the delete address:

https://<URL>/rest/api/1.0/admin/permissions/users?name=<username>

The status is 200 not 204.

 

Just incase, I also tried it like this with the same results:

https://<URL>/rest/api/1.0/admin/permissions/users?<username>

 

I've tried this both with python3 and postman. For example in python3:  

r = requests.delete(url+"admin/permissions/users?name=<username>", verify=ca,cert=certtup)

It seems pretty strange that this is returing a list of all users. Has anyone experienced this? 

1 answer

0 votes
Stash Admin August 10, 2017

We resolved this on our end. Thanks anyway.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events