get https://api.betatest.degreed.com/api/v2/users
This endpoint retrieves all users for the current organization.
For Global Admin Tool Organizations, if the X-Degreed-Organization-Code
header is included, the endpoint will return users for the Tenant Organization related to the header value as long as the organization is a member of the Global Admin Tool Organization.
Required Scope
users:read
or users:write
Pagination
The API takes a snapshot of the paginated set of users at the time of the first request. Paging through users goes through this fixed set of items. The snapshotted set becomes obsolete when a request has not been made for 2 minutes.