POST GetUserIdsByQuery

Request Information

URI Parameters

None.

Body Parameters

UserQueryCriteria
NameDescriptionTypeAdditional information
id

integer

None.

username

string

None.

organizationId

integer

None.

customIdentifier1

string

None.

customIdentifier2

string

None.

customIdentifier3

string

None.

customIdentifier4

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "username": "sample string 1",
  "organizationId": 1,
  "customIdentifier1": "sample string 2",
  "customIdentifier2": "sample string 3",
  "customIdentifier3": "sample string 4",
  "customIdentifier4": "sample string 5"
}

application/xml, text/xml

Sample:
<UserQueryCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecureMessagingAPI.Controllers">
  <customIdentifier1>sample string 2</customIdentifier1>
  <customIdentifier2>sample string 3</customIdentifier2>
  <customIdentifier3>sample string 4</customIdentifier3>
  <customIdentifier4>sample string 5</customIdentifier4>
  <id>1</id>
  <organizationId>1</organizationId>
  <username>sample string 1</username>
</UserQueryCriteria>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.