GuildMember Schema
This schema contains an individual guild member.
Contents
Section titled “Contents”| Element | Type | Required | Description |
|---|---|---|---|
| brawlhalla_id | Integer | ✔️ | The player’s Brawlhalla ID. |
| name | String | ❌ | The player’s current username. This can be omitted if the player has not been cached before. |
| rank | String | ✔️ | The rank the player holds in the guild. |
| join_date | Integer | ✔️ | The date the player joined the guild. This is an UNIX timestamp. |
| xp | Integer | ✔️ | The amount of experience the player earned for the guild. |
| guild_points | Integer | ✔️ | The amount of Guild Points the player has earned for the guild. |