This method allows to create new users.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See for more information.
Parameters
(object/array)
Users to create.
(object)
Returns an object containing the IDs of the created users under the property. The order of the returned IDs matches the order of the passed users.
Examples
Creating a user
Create a new user, add him to a user group and create a new media for him.
Request:
{
"jsonrpc": "2.0",
"result": {
]
},
}