v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
admin

Add a badge to a user

post/admin/users/{username}/badges

Path parameters

usernamestring required

username of the user to whom a badge is to be added

Request body

badge_slugsstring[]

Example request

{
  "badge_slugs": [
    "badge1",
    "badge2"
  ]
}

Response

APIEmpty is an empty response