Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Sample Data Uploader Script for Users/Groups

This is a sample script to add users or user groups via the Data Uploader to the configured external systems.

Sample Script

SELECT
        'alexey' as [FirstName],
         'marcus' as [LastName],
        'm' as [MiddleName],
         'alexey.marcus' as [DisplayName],
        'alexey.marcus@prosperoware.com' as [PrimaryEmail],
        'alexey.marcus@gmail.com' as [SecondaryEmail],
        'alexey001' as[UserId],
        'user'as[Type],
        'group'as[Groups],
         'n' as [NetDocs],
        'y' as[IManage],
        6528527899 as[Telephone],
        'California'as[Office],
        'Address Street'as[StreetAddress],
        'CA'as[City],
        1885 as[PostalCode],
        'Country'as[Country],
        'CAMuser'as[JobTitle],
        'Litigation'as[Department],
        'companyid' as [Company Id],
        'DEMO'as[RecordType]

  • No labels