Create User
Last updated
Last updated
POST
https://api.talkplus.io/v1.4/api/users/create
A login token is returned after creating a user. SDK client can use this login token to login.
There is no length limit for the password. However if the password is longer than 72 characters, only the first 72 characters will be considered.
You can enter up to 5 key-value pairs in data field. The maximum size of key is 128 characters and the maximum size of value is 1024 characters. Both key and value must be strings.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://api.talkplus.io/v1.4/api/users/create
In case of image file upload, Content-Type must be multipart/form-data.
Maximum upload size is 15MB.
You can enter up to 5 key-value pairs in data field. The maximum size of key is 128 characters and the maximum size of value is 1024 characters. Both key and value must be strings.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
content-type
string
application/json
app-id*
string
App ID
api-key*
string
App API key
userId*
string
unique user ID (must be URI valid, max char length: 68)
password*
string
user password. There is no length limit, but if the password is longer than 72 characters, only the first 72 characters will be considered.
username
string
max char length: 128
profileImageUrl
string
data
object
Key-value data
content-type
string
must be "multipart/form-data"
api-key*
string
App API key
app-id*
string
App ID
userId*
string
unique user ID (must be URI valid, max char length: 68)
password*
string
user password. There is no length limit, but if the password is longer than 72 characters, only the first 72 characters will be considered.
username
string
max char length: 128
data
string
JSON formatted string
file
string
File