GET api/Associate/GetAllUsersDictWithAssociateInfo?officeIds={officeIds}&nonterminated={nonterminated}&search={search}&locationContextCode={locationContextCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
officeIds

string

Required

nonterminated

boolean

Default value is True

search

string

Default value is

locationContextCode

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of Pair of integer [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": 1,
    "Value": "sample string 2"
  },
  {
    "Key": 1,
    "Value": "sample string 2"
  }
]