/
h) User administration
h) User administration
For creating or deleting an user in webSignatureOffice via Tyrservice you need to call following methods:
- Create user
Method call: "createUser"
Parameters: string sessionId, struct{ 'first_name' : string, 'last_name' : string, 'login' : string, 'password' : string, 'email' : string, 'gender' : string, 'city' : string, 'country_id' : string }
-> country_id for Germany is 64 (all country_id´s are listed in CountryMessages.properties (part of the sourcecode), gender can be 'M' or 'F', login has to be unique and at least 4 characters long, password can be null
Return values: boolean ("true" for success, "false" for failure)
- Delete user
Method call: "deleteUser"
Parameters: string session_id, string username
Return values: null
, multiple selections available,
Related content
a) Tyr Webservice
a) Tyr Webservice
Read with this
c) Sign documents
c) Sign documents
More like this
webSignatureOffice UserManagement (English)
webSignatureOffice UserManagement (English)
More like this
c) User administration
c) User administration
More like this
webSignatureOffice User Manual (English)
webSignatureOffice User Manual (English)
More like this