I am the Subscription Administrator for Rally and I am trying to find the number of Active User Licenses. Where can I find this value?
You can find the value for the number of Rally user licenses on the USERS page. To get to the USERS Page, in Rally, click on the hammer and wrench on the top of the page next to your avatar. Note that the value of the Active Licenses on the USERS page does not include any disabled users. *
Additionally, if you require a JSON response for inclusion in an application, you can access the following endpoint:
https://rally1.rallydev.com/slm/licensing/seats.sp
The output will appear as follows:
{
NumberOfPaidSeats: 20,
NumberOfUnpaidSeats: 0,
NumberOfActiveUsers: 19,
NumberOfTotalSeats: 19,
HasUnlimitedSeats: false
}
keywords: agile central api wsapi web services seats