PUT /v1/tables/{id}/followers
Followers & Votes
Manage followers and votes for tables
PUT
PUT /v1/tables/{id}/followers
Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Followers & Votes
Manage followers and votes for table entities. Followers receive notifications about changes. Votes help surface popular or important tables.Followers
Add Follower
PUT /v1/tables/{id}/followers
UUID of the table.
UUID of the user to add as a follower (sent as request body string).
Remove Follower
DELETE /v1/tables/{id}/followers/{userId}
UUID of the table.
UUID of the user to remove.
Votes
Add or Update Vote
PUT /v1/tables/{id}/vote
UUID of the table.
Vote type:
votedUp, votedDown, or unVoted.PUT /v1/tables/{id}/followers
Error Handling
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission |
404 | NOT_FOUND | Table or user does not exist |