v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Projects

Get a list of all flag creators for a project.

This endpoint returns every user who created a flag in the project.

get/api/admin/projects/{projectId}/flag-creators

Path parameters

projectIdstring required

Response

projectFlagCreatorsSchema

idinteger required

The user id.

namestring required

Name of the user. If the user has no set name, the API falls back to using the user's username (if they have one) or email (if neither name or username is set).

Example response

[
  {
    "id": 50,
    "name": "User"
  }
]