I haven't found any API for activation or deactivation of a particular user. I am writing a library for user management. If there is any such API can you send me the URI for that?
Hi @Saurabh Saini ,
Welcome to the community.
Based on the doc, yes, it's not possible yet.
https://docs.atlassian.com/atlassian-bamboo/REST/7.2.4/#d2e970
I hope you can do in the next way, remove user from group, that group will be extend rights to login.
Like that https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/bamboo.py#L707
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.