Rate this page:
Orgs Users APIs
GET /admin/v1/orgs/{orgId}/users
Returns a list of users in an organization.
string
ID of the organization to query
string
Sets the starting point for the page of results to return.
1 2 3 4
curl --request GET \
--url 'https://api.atlassian.com/admin/v1/orgs/{orgId}/users' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
Successful operation
Content type | Value |
---|---|
application/json |
Rate this page: