Retrieve the list of users or roles who have access permissions to the project’s model(s), including their specific access levels such as read, write, or admin.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/project//model/access'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.