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