support

Search and retrieve organizations for support investigation.

Use this when a ticket quotes a team name or scope but not a user.

  • ?scope=@acme — exact-match lookup against the unique scope field. Prefer when the scope is known; returns at most one row.
  • ?q=... — fuzzy icontains over both name and scope. Use when you only have a partial or display-name hint.
get/api/support/organizations/

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

scopestring

Optional. Exact-match team scope (e.g. @acme). Scopes are unique, so this returns at most one row — prefer over q when the scope is known.

qstring

A search term.

Changes