Is there a way to programatically remove users?

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
Jgedney
Posts: 6
Joined: Mon 18 Sep 2017 17:51

Is there a way to programatically remove users?

Post by Jgedney » Mon 18 Sep 2017 17:59

I an given to understand that there is no public API for Review Assistant.

we are a fairly large company with a lot of RA users, distributed over a number of offices.
Overall we are happy with the tool, but our regular turnover leaves user slots occupied by NLWF users, which I have to regularly clean out manually, which takes a fair amount of time.

Is there some way to programmatically retrieve a list of users and then remove downchecked users?

mstislavs
Devart Team
Posts: 102
Joined: Mon 16 Jan 2017 12:48

Re: Is there a way to programatically remove users?

Post by mstislavs » Tue 19 Sep 2017 12:05

Jgedney wrote: Is there some way to programmatically retrieve a list of users and then remove downchecked users?
Hi,

Thank you for your question. Review Assistant has API for getting information about projects, users, reviews. See more about subcommand 'Users' here:
https://www.devart.com/review-assistant ... mmand.html
Unfortunately, you cannot delete users via API. But I have created the corresponded task (R102362) and we will consider it. Also you can write your suggestion at User Voice https://devart.uservoice.com/forums/145 ... -assistant
If it receive enough votes, we will implement it in one of the next versions.


Best regards,
Mstislav Sakidon
Devart Team
www.devart.com

Jgedney
Posts: 6
Joined: Mon 18 Sep 2017 17:51

Re: Is there a way to programatically remove users?

Post by Jgedney » Tue 19 Sep 2017 14:10

Review Assistant has API for getting information about projects, users, reviews. See more about subcommand 'Users' here:
https://www.devart.com/review-assistant ... mmand.html
This is a link to a command line interface documentation, not an API.

mstislavs
Devart Team
Posts: 102
Joined: Mon 16 Jan 2017 12:48

Re: Is there a way to programatically remove users?

Post by mstislavs » Tue 19 Sep 2017 14:23

Jgedney wrote:
Review Assistant has API for getting information about projects, users, reviews. See more about subcommand 'Users' here:
https://www.devart.com/review-assistant ... mmand.html
This is a link to a command line interface documentation, not an API.
Do you mean a Web API?

Post Reply