Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
Requiredname
stringnamespace
stringschemaName
stringoptional upgrade to the schema name
OK
Was this helpful?
Save an authz relation definition POST
### Create or update a relation definition Save (create or update) an authz relation definition for your project. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`
Query who can access resource with relation POST
### Check who can access a resource Return a list of users who can access a given resource with given relation. ### Endpoint Authentication Use authorization bearer header with the following format: `Authorization: Bearer <ProjectId:ManagementKey>`