Objective
This method returns the user_id and the full_name for the system_id passed as parameter. DST must be provided.
Parameters
Parameter | Description | Type |
library | eDOCS library | String |
user | User name | String |
password | User password | String |
system_id | The system_id of the user. | String |
client | Optional parameter for the client code | String |
project | Optional parameter for the project code | String |
Rest Invoke
- http://localhost:port/GSService/xml/ or http://localhost:port/GSService/json/
- UriTemplate:
- “/GetPerson/?library={library}&user={user}&password={password}&system_id={system_id}&client={client}&project={project}”
- “/GetPersonDST/?library={library}&user={user}&dst={dst}&system_id={system_id}&client={client}&project={project}”
Example
http://localhost:8732/GSService/xml/GetPerson/?library=DMTESTLEGAL&user=admin&password=owc123&system_id=1799
It returns the user_id and the full_ name of the user or an error
DST Example
http://localhost:8732/GSService/xml/GetPersonDST/?library=DMTESTLEGAL&user=admin&dst=afd448a5d0f9b...55355b8c677ad16&system_id=1799
Error
Check the event.log file if you find errors.