Introduction
If you want to see the complete list of the users on your CircleCI server installation, you can leverage the below API to query these details which include:
- Username
- VCS Login ID
- Suspended User Flag
- Creation Timestamp
- Admin Permissions that are scoped
- Total Sign-in count
Prerequisites:
- CircleCI Server
- Must be an admin to run this endpoint
Instructions
Use the following endpoint with your CircleCI instance URL to query:
<circleci_url>/api/v1/admin/users
Outcome
It will show the user name, VCS login ID, suspended user flag, and a few other details as shown below:
Additional Notes:
- This is for Server Only and is not available on the cloud product
If you have any more questions, please submit a ticket to CircleCI Support.
Comments
Article is closed for comments.