GET api/User?path={path}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
path

string

Required

Body Parameters

None.

Response Information

Resource Description

urls
NameDescriptionTypeAdditional information
MFACreateAPILink

string

None.

MFAUpdateAPILink

string

None.

ENV

string

None.

Customerkey

integer

None.

CustomerAPIKey

string

None.

Response Formats

application/json, text/json

Sample:
{
  "MFACreateAPILink": "sample string 1",
  "MFAUpdateAPILink": "sample string 2",
  "ENV": "sample string 3",
  "Customerkey": 4,
  "CustomerAPIKey": "sample string 5"
}

application/xml, text/xml

Sample:
<urls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UserManagementAPI.Models">
  <CustomerAPIKey>sample string 5</CustomerAPIKey>
  <Customerkey>4</Customerkey>
  <ENV>sample string 3</ENV>
  <MFACreateAPILink>sample string 1</MFACreateAPILink>
  <MFAUpdateAPILink>sample string 2</MFAUpdateAPILink>
</urls>