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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/project//model/access' \
--header'Authorization: Bearer <token>'