ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
Agile Central - Queries: How to query all users of my subscription?
book
Article ID: 95487
calendar_today
Updated On:
Products
CA Agile Central On Premise (Rally)CA Agile Central SaaS (Rally)
Issue/Introduction
What is a WSAPI query to get all users of my subscription?
Environment
Release: Component: ACSAAS
Resolution
To receive all users of your subscription user the a query against the User endpoint.
You can refine your results by modifying the 'fetch' , 'order' and 'pagesize' values.
The result of this query will the complete collection of your subscription users. You can use the 'TotalResultCount' returned field to learn of the total number of users.
Note: This query returns all your subscription users, including all disabled and all locked users.