Skip to main content
Returns the users connected to your application through active OAuth grants, with the externalReferenceId and granted scopes for each. Use it to see who you can target and what each user has authorized before calling other bulk operations. Returns identifiers and granted scopes only — never user tokens.

Requirements

  • Authorization: Basic <API_KEY> (your application API key)
  • The bulk API capability on your application

Query

Variables

Response

Arguments

Response fields

Notes

  • The bulk API allows larger pages than the rest of the API — up to 100 per page.
  • Page with offset until hasNextPage is false.