API Reference
Log In
API Reference
These docs are for v31. Click to read the latest docs for v33.

/authorizer/api/v1/accessgroups/search

Get access groups

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
Defaults to 0

Offset from which to start fetching objects

integer
Defaults to 100

Maximum number of objects to return

string
Defaults to id

Sort by specific object property

string
enum
Defaults to ASC

Sort direction, asc or desc

Allowed:
Body Params

Search object for the search request. Attributes can be comma-separated strings (or in case of keyword, comma or space-separated). Individual attributes form a AND query and multiple values within an attribute form an OR query. E.g. search "dev 10.0" translates to WHERE (field1 like %dev% OR field2 like %dev%) AND (field1 like %10.0% OR field2 like %10.0%)

string

Comma or space-separated strings to search across all access group attributes. The leading and trailing wildcards for the keywords are implicit.

Headers
string
required
Defaults to Bearer a-proper-token-goes-here

OAuth2 token

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json