Grant Access
Access Control
Grant Access
Grant a client access to a collection (admin only)
POST
Grant Access
Authentication
Bearer token:
Bearer <admin_token>Path Parameters
The client’s profile ID (UUID)
The collection ID (UUID)
Example Request
Response
What Happens
- Access Record Created - Entry added to
client_api_accesstable - Cache Invalidated - Client’s collection list cache cleared
Errors
| Status | Description |
|---|---|
| 401 | Invalid or expired token |
| 403 | Admin access required |
| 404 | Client or collection not found |
| 409 | Client already has access |

