Add member
POST /v1/member/:docId
Add a member by (optionally) an Id
Path Parameters
- docId string required
String Id of the member
- application/json
Request Body required
- name string
Name of the member
- desc string
Description of the member
- color string
Color of the object (#ffffff, #ffffffff or ffffff)
- pronouns string
Pronouns of the member
- pkId string
PluralKit ID of the member, 5-letter string
- avatarUrl string
URL for the avatar
- private boolean
Whether this object is private
- preventTrusted boolean
Wheter trusted friends are prevented from seeing this private object
- supportDescMarkdown boolean
Whether the description supports markdown
- preventsFrontNotifs boolean
Whether to prefer front notification changes
info object
Info object
* stringInfo object entry, id/key has to match an id/key from the user object, value is the value string
Responses
- 200
- 404
OK
NOT FOUND
Loading...