dolibarr
x.y.z
|
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. More... | |
getListOfGroups ($authentication) | |
getListOfGroups More... | |
createUserFromThirdparty ($authentication, $thirdpartywithuser) | |
Create an external user with thirdparty and contact. More... | |
setUserPassword ($authentication, $shortuser) | |
Set password of an user. More... | |
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 | $authentication | Array of authentication information |
array | $thirdpartywithuser | Datas |
Definition at line 467 of file server_user.php.
getListOfGroups | ( | $authentication | ) |
getListOfGroups
array | $authentication | Array of authentication information |
Definition at line 399 of file server_user.php.
getUser | ( | $authentication, | |
$id, | |||
$ref = '' , |
|||
$ref_ext = '' |
|||
) |
Get produt or service.
array | $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 313 of file server_user.php.
setUserPassword | ( | $authentication, | |
$shortuser | |||
) |
Set password of an user.
array | $authentication | Array of authentication information |
array | $shortuser | Array of login/password info |
Definition at line 660 of file server_user.php.