Permissions Gateway (1.0.0)

Download OpenAPI specification:Download

Prior to serving any resources to a user within an organization, Moveworks conducts an assessment of the access control policies implemented by the respective organization in the external system that hosts these resources. In cases where an external system does not permit Moveworks to mirror its access control methodologies, customers are required to establish endpoints that enable Moveworks to perform real-time assessments of access control on these resources.

This API specification outlines the specific endpoints that must be hosted to facilitate Moveworks' compliance with the access control regulations established in an external system.

Batch Check Access

Validates a list triplets, with each triplet consisting of a user, resource and action.

SecuritybearerAuth
Request
Request Body schema: application/json
required
Array of objects (RequestSchema)
Responses
200

Validated user resource actions.

default

There was an error. Please see our error documentation for details on what the errors mean. https://docs.moveworks.ai/gateway/errors/

post/batchCheckAccess
Request samples
application/json
{
  • "requests": [
    ]
}
Response samples
application/json
{
  • "responses": [
    ]
}