Profile & Custom fields
Last updated
Last updated
authorization*
String
For the profile to be updated, you need to attach the JWT token.
profile*
Object
{
name: "User name",
email: "user email address",
discord: "discord username",
telegram: "telegram username",
twitter: "twitter username",
custom: [
{ name: "field_name", value: "value }
]
}
Whenever the custom field is passed. The name you pass must match the one you set on the admin console.