Create User
Description
Section titled “Description”wss user_create
The user_create
request creates a new user.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
organization_id | string | Identifier of the organization |
login | string | Desired login name for the user |
password | string | Password for the new user account |
email | string | User’s email address |
phone | string | User’s phone number |
Response Fields
Section titled “Response Fields”Name | Type | Description |
---|---|---|
user | object | Newly created user object |
Example
Section titled “Example”{ "request": { "user_create": { "organization_id": "63480e68f4794709f801a3fd", "login": "User123", "password": "UserPassword123" }, "id": "RequestId" }}
{ "response": { "id": "RequestId", "user": { "_id": "63480e68f4794709f802a2fa", "login": "User123", "created_at": "2025-08-13T05:51:44.733Z", "updated_at": "2025-08-13T05:51:44.733Z" } }}
See Also
Section titled “See Also” SAMA chat server API: Users All messengers and services that use instant messaging require minimal user identification in the system. We have developed a universal API...
DataBase Records Collection of complete objects stored in the database.