CMS User Permission available in the database or "exportable"??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sbelliott
    Aspiring Member
    .
    • Feb 2010
    • 2

    CMS User Permission available in the database or "exportable"??

    Does anybody know if CMS user permission data can be exported or if it is available in the CMS database via odbc/jdbc??

    Thank you for your help...
  • kovacs
    Aspiring Member
    .
    • Aug 2011
    • 2

    #2
    Use this SQL statement in the informix DB to retrieve the CMS users permissions:

    select * from users;

    ...and

    select * from acds;
    select * from vdns;
    select * from splits;
    select * from vectors;
    select * from trunks;
    select * from trkgrps;

    Comment

    Loading