dolibarr 21.0.0-alpha
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getUser ($authentication, $id, $ref='', $ref_ext='') | |
Get produt or service. | |
getListOfGroups ($authentication) | |
getListOfGroups | |
createUserFromThirdparty ($authentication, $thirdpartywithuser) | |
Create an external user with thirdparty and contact. | |
setUserPassword ($authentication, $shortuser) | |
Set password of an user. | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_user.php.
createUserFromThirdparty | ( | $authentication, | |
$thirdpartywithuser ) |
Create an external user with thirdparty and contact.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
array | $thirdpartywithuser | Datas |
Definition at line 492 of file server_user.php.
References $id, check_authentication(), and dol_syslog().
getListOfGroups | ( | $authentication | ) |
getListOfGroups
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
Definition at line 423 of file server_user.php.
References check_authentication(), dol_syslog(), and getDolGlobalString().
getUser | ( | $authentication, | |
$id, | |||
$ref = '', | |||
$ref_ext = '' ) |
Get produt or service.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information | |
int | $id | Id of object |
string | $ref | Ref of object |
string | $ref_ext | Ref external of object |
Definition at line 333 of file server_user.php.
References $id, check_authentication(), dol_print_date(), and dol_syslog().
setUserPassword | ( | $authentication, | |
$shortuser ) |
Set password of an user.
array{login:string,password:string,entity:?int,dolibarrkey:string} | $authentication Array of authentication information |
array{login:string,password:string} | $shortuser Array of login/password info |
Definition at line 691 of file server_user.php.
References check_authentication(), and dol_syslog().