You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to create a user and set a custom field, like the twitter account or something like that but it doesn't seems to work. Any problem in my json ?
Here is my variable :
Hi, i'm trying to create a user and set a custom field, like the twitter account or something like that but it doesn't seems to work. Any problem in my json ?
Here is my variable :
var userToAdd = {
"name": "myName",
"email": "myEmail",
"password": "myPassword",
"username": "myUsername",
"sendWelcomeEmail": false,
"joinDefaultChannels": false,
"verified":false,
"requirePasswordChange":false,
"roles":["user"],
"customFields": {
"twitter": "@MyTwitter"
}
}
The text was updated successfully, but these errors were encountered: