• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"ejuser" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Implemented by the EjUserProvider class. The name of the MDO list is 'ejuser'.

Sample Request

GET /api/v1/MDOList/ejuser
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("ejuser", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
67 Sal0 associateId=17
66 Adm6 associateId=106
29 Ser0 associateId=29
30 Ser1 associateId=30
31 Ser2 associateId=31
32 Ser3 associateId=32
33 Ser4 associateId=33
34 Ser5 associateId=34
42 SerNS03 NetServer associateId=64
43 TjeNS04 NetServer associateId=65
61 Tjeneste Sjef associateId=99
2 Tje0 associateId=23
4 Tje1 associateId=24
9 Tje2 associateId=25
10 Tje3 associateId=26
11 Tje4 associateId=27
12 Tje5 associateId=28

Related MDO Lists

  • "ejuserheadings"
  • "ejuserheadingswithallitem"
  • "ejuserheadingswithallitemwithnoselection"
  • "ejuserheadingswithnoselection"
  • "ejuserwithallitem"
  • "ejuserwithallitemwithnoselection"
  • "ejuserwithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top