Displays a user's accomplishment or milestone
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
key |
Optional[str] | ➖ | An auto generated unique identifier. | |
display_name |
Optional[str] | ➖ | The badge name displayed to users | |
icon_config |
Optional[models.IconConfig] | ➖ | Defines how to render an icon | { "color": "#343CED", "key": "person_icon", "iconType": "GLYPH", "name": "user" } |
pinned |
Optional[bool] | ➖ | The badge should be shown on the PersonAttribution |