LLM-readable documentation index
ApiV3Generated

Entity Type Reviewers

Overview of the Entity Type Reviewers API

Hand off to an LLM

Reviewer assignments link users to the entity types they are responsible for reviewing, scoped to an account+environment. These are dashboard-only endpoints: an assignment needs a user identity, which only the dashboard (JWT) surface carries.

  • POST /v3/entity-types/{typeID}/reviewers assigns a user as a reviewer of the type. The assignment is idempotent: re-assigning an existing reviewer returns the existing assignment. Requires the admin role.
  • GET /v3/entity-types/{typeID}/reviewers lists the users assigned to review the type, with each user's email and role. Requires the operator role.
  • DELETE /v3/entity-types/{typeID}/reviewers/{userID} removes an assignment. Requires the admin role.
  • GET /v3/users/{userID}/reviewer-assignments is the reverse lookup: the entity types a user reviews. A user may read their own assignments; reading another user's assignments requires the admin role.