Using the following API, I am able to get only list of 51 users,
https://api.atlassian.com/admin/v1/orgs/{org-id}/users/ . Is there any other API or documentation to get the same ?
Hi @Saravana Kumar and welcome to the community,
According to the documentation this endpoint returns the users paginated
cursor
string
Sets the starting point for the page of results to return
You have to use the above parameter to get the rest of the users (https://developer.atlassian.com/cloud/admin/organization/rest/api-group-orgs/#api-orgs-orgid-users-get)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.