v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
User

Get All Users

This endpoint retrieves all users for the current organization. <br><br>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. <h3>Required Scope</h3>users:read or users:write

get/api/v2/users

Query parameters

nextstring

Retrieves the next batch of users. This value expires after 2 minutes if a request has not been made during that time.

limitinteger

The maximum number of users to display per page. A maximum of 1000 is allowed.

filter[start_date]string date

Filter criteria that returns users created from this date on. Format yyyy-mm-dd.

filter[end_date]string date

Filter criteria that returns users created before this date. Format yyyy-mm-dd.

Headers

X-Degreed-Organization-Codestring
Example:tenant_organization_code

For Global Admin Tool Organizations, include this header in your request to retrieve users for the tenant organization. You must provide your organization code as the value. Contact your Degreed technical partner if you are unsure what your organization code is.

Response

Success

All 283 operations