Skip to main content

Get a list of all flag creators for a project.

GET 

https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/flag-creators

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

Request

Path Parameters

    projectId stringrequired

Responses

projectFlagCreatorsSchema

Schema

  • Array [

  • id integerrequired

    The user id.

    Example: 50
    name stringrequired

    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: User
  • ]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/projects/:projectId/flag-creators' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!