Get a list of all flag creators for a project.

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

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired

Response

projectFlagCreatorsSchema
idinteger
The user id.
namestring

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).

Errors