GET api/User/GetUserIdFromAssociateId?associateId={associateId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
associateId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Pair of integer [key] and integer [value]Response Formats
application/json, text/json
Sample:
[ { "Key": 1, "Value": 1 }, { "Key": 1, "Value": 1 } ]