Authorization
AuthorizationRequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/jsonRequiredfromstringtostringuserIdsarray<string>actionsarray<string>devicesarray<string>methodsarray<string>geosarray<string>remoteAddressesarray<string>externalIdsarray<string>tenantsarray<string>noTenantsbooleantextstringexcludedActionsarray<string>actorIdsarray<string>sizeintegerFormat:
"int32"pageintegerFormat:
"int32"searchFieldsarray<object>oldestFirstbooleanloginIdsContainarray<string>loginIdsNotContainarray<string>OK
Was this helpful?
Delete an authz schema POST
### Delete a Schema Delete an authz schema thus removing authz from your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Create Audit Event POST
### Create an audit log event, using a valid management key. This API endpoint allows you to create an audit log utilizing various parameters and returns the results in JSON format. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`