Skip to content

Get users

Request

Security
imfKey
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/cicd-repo/openapi/users \
  -H 'IMF-KEY: YOUR_API_KEY_HERE'

Responses

OK.

Bodyapplication/json
Array [
idstring
badgesCountinteger
assignmentsinteger
activityinteger
]
Response
[ { "id": "usr_abc123", "badgesCount": 0, "assignments": 0, "activity": 0 } ]