Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/04/2024 02:04 AM
Hello,
We are making Saviynt API calls from a front end Web App for creating users in Saviynt.
We would like to know the data type, Max length and data restrictions imposed on the DB columns userlogin, employeenumber, firstname, lastname on the table users.
This enables us to perform some sanity checks before invoking Saviynt API.
Thanks,
Ajith
Solved! Go to Solution.
03/04/2024 03:34 AM
Hi @Ajith , you can go to Admin --> Admin Function --> Data Analyzer --> Find and Expand Users table and find needed details like below
You can also find it here - https://docs.saviyntcloud.com/bundle/EIC-Database-Schema-Reference/page/Content/Database-Schema-Refe...
Search Users Table.
Thanks,
Amit
If this answers your query, Please ACCEPT SOLUTION and give KUDOS.
03/04/2024 04:00 AM
For users table I'm not able to see the schema.
For few tables schema view is restricted hence raised this request
Can you share a screenshot of the schema for userlogin, employeenumber, firstname, lastname please?
03/04/2024 03:50 AM
For users table I'm not able to see the schema.
For few tables schema view is restricted hence raised this request
Can you share a screenshot of the schema for userlogin, employeenumber, firstname, lastname please?
03/04/2024 04:02 AM - edited 03/04/2024 04:03 AM
HI @Ajith ,
This doc has users full table schema - https://docs.saviyntcloud.com/bundle/EIC-Database-Schema-Reference/page/Content/Database-Schema-Refe...
I am not aware of attribute userlogin and employeenumber. There is one employeeID.
All (firstname , lastname , employeeID ) are varchar255.
Thanks,
Amit
03/04/2024 04:04 AM
That helped me !
Thanks