pronounsfu/docs-site/api/endpoints/users.md

14 lines
978 B
Markdown
Raw Normal View History

2023-08-20 13:38:53 -07:00
# User endpoints
## User model
| Field | Type | Description |
| ------------ | ------- | --------------------------------------------------------------------------- |
| id | string | the user's unique ID |
| sid | string | the user's 5 letter short ID |
| name | string | the user's username |
| display_name | string? | the user's display name or nickname |
| bio | string? | the user's description or bio |
| member_title | string? | the heading used for the user's member list. If null, defaults to "Members" |
| avatar | string? | the user's [avatar hash](/api/#images) |