Available Access

List Available Bundles

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
granteestring | nullableOptional

Filters available bundles by the specified user, accepts ID or email. Defaults to the authenticated user

limitinteger · int32OptionalDefault: 100
namestring[] | nullableOptional

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

page_tokenstring | nullableOptional
Responses
200

OK

application/json
get
/api/user/v1/available-access/bundles
200

OK

List Available Entitlements

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
granteestring | nullableOptional

Filters available access options by the specified user, accepts ID or email. Defaults to the authenticated user

integration_idstring | nullableOptional
integration_namestring | nullableOptional
limitinteger · int32OptionalDefault: 100
page_tokenstring | nullableOptional
permission_namestring[] | nullableOptional
resource_namestring | nullableOptional
resource_type_idstring[] | nullableOptional
Responses
200

OK

application/json
get
/api/user/v1/available-access/entitlements
200

OK

Last updated

Was this helpful?