Page 1 of 1

Determine user with rights for a repository file

Posted: Mon Oct 04, 2010 3:51 am
by poschdi
Hi,

exists there any API function to determine with user has checkin/checkout rights for a specific file?
We used the folder security for our code basis. I want to show unprivileged users which user can help them.

Re: Determine user with rights for a repository file

Posted: Mon Oct 04, 2010 9:47 am
by lbauer
We don't have anything in the Vault Client Integration that would do this.

The Admin Service API does have a method named "ListRightsByFolder"
which would return the list of groups / users with rights on a particular folder, but the user would require admin login rights to make this particular call. You probably wouldn't want to give Admin access to any user.

Re: Determine user with rights for a repository file

Posted: Tue Oct 05, 2010 1:51 am
by poschdi
Thy for the information. I had to find a other solution.