Your browser is not up to date. This may cause security, speed, and display
issues. Please update your browser.
Update Browser
X
With this resource you can read access rights for customers and projects. Editing is currently not possible.
Feel free to use our updated API documentation.
The object contains a list of all customers for whom the co-worker has the respective access right. True means the co-worker has this right for all of the customer's projects. If the co-worker has the right in question only for some of the customer's projects, a list of those projects is included.
{
"<customers_id>": true|{"projects": [object of type project_rights]},
"<customers_id>": true|{"projects": [object of type project_rights]},
...
}The object contains a list of all projects of a certain customer for which the co-worker has the respective access right.
{
"<projects_id>": true,
"<projects_id>": true,
...
}GET /api/v2/users/<users_id>/access/customers-projects
{
"add": true|false|[object of type customer_rights],
"report": true|false|[object of type customer_rights],
"edit": true|false|[object of type customer_rights]
}