AddCollaborator grants a user collaborator access to this account via SpiceDB. Collaborators have the same read/write access as the owner but cannot delete the account or transfer ownership.
POST/api/v1/crm/accounts/:id/collaborators
Errors:
- NOT_FOUND: account does not exist.
- PERMISSION_DENIED: caller lacks admin access.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.