Access Scopes

List Access Scopes

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int32OptionalDefault: 100
namestring · nullableOptional

Filter access scopes by name. Supports wildcard () for partial matches - use * for contains, prefix for starts with, *suffix for ends with

page_tokenstring · nullableOptional
Responses
chevron-right
200

OK

application/json
get
/api/admin/v1/access-scopes
200

OK

Create Access Scope

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired

Display name of the access scope

querystringRequired

Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions

Responses
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the access scope

namestringRequired

Display name of the access scope

querystringRequired

Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions

creation_dateall ofRequired

Timestamp when the resource was created, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

update_dateall ofRequired

Timestamp when the resource was last modified, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

post
/api/admin/v1/access-scopes
200

OK

Get Access Scope

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the access scope

namestringRequired

Display name of the access scope

querystringRequired

Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions

creation_dateall ofRequired

Timestamp when the resource was created, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

update_dateall ofRequired

Timestamp when the resource was last modified, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

get
/api/admin/v1/access-scopes/{id}
200

OK

Update Access Scope

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringRequired

Display name of the access scope

querystringRequired

Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions

Responses
chevron-right
200

OK

application/json
idstringRequired

Unique identifier of the access scope

namestringRequired

Display name of the access scope

querystringRequired

Apono Query Language (AQL) expression that defines filters for cloud resources, integrations, and permissions

creation_dateall ofRequired

Timestamp when the resource was created, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

update_dateall ofRequired

Timestamp when the resource was last modified, in ISO 8601 format

string · date-timeOptional

ISO 8601 formatted date-time

put
/api/admin/v1/access-scopes/{id}
200

OK

Delete Access Scope

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
delete
/api/admin/v1/access-scopes/{id}
204

No Content

No content

Last updated

Was this helpful?