Hello! I need to add new users to the CRM from the site, but I do not know how to hash the password and id. Tell me what I need to copy or connect.
Announcement
Collapse
No announcement yet.
Encrypt the password and id
Collapse
X
-
Hi
You don't need to encrypt password at all
Hello, I'm trying to upload contact's document via EspoCRM API v1. The first thing I do is send POST fields to 'api/v1/Attachment'. My POST fields look like this:
There you can find a zipped attachment. it is an example, how to create a document. Instead of document fields, set user fields and post data to your crm instance.
Id will be generated, password will be hashed
-
Originally posted by tanya View PostChange array, set url, set administrator as authorized user (who creates new users)
PHP Code:$url = "localhost/espocrm/api/v1/Attachment";
Comment
-
Comment
-
Comment
Comment