POST Api/USERS/BroadcastEmailMessage?userid={userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
BroadcastEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| InternalUsers | boolean |
None. |
|
| BroadcastMessage | string |
None. |
|
| attachments | Collection of EmailAttachment |
None. |
|
| broadcastid | globally unique identifier |
None. |
|
| appendSignature | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"InternalUsers": true,
"BroadcastMessage": "sample string 2",
"attachments": [
{
"LastModifiedDate": "2026-02-04T07:37:11.1041073+00:00",
"Name": "sample string 2",
"Size": 3,
"StageName": "sample string 4",
"Type": "sample string 5"
},
{
"LastModifiedDate": "2026-02-04T07:37:11.1041073+00:00",
"Name": "sample string 2",
"Size": 3,
"StageName": "sample string 4",
"Type": "sample string 5"
}
],
"broadcastid": "c81157c6-c948-45b7-bee9-0920804d6a5d",
"appendSignature": true
}
text/xml
Sample:
<BroadcastEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotAPI.Controllers.Security">
<BroadcastMessage>sample string 2</BroadcastMessage>
<InternalUsers>true</InternalUsers>
<appendSignature>true</appendSignature>
<attachments xmlns:d2p1="http://schemas.datacontract.org/2004/07/HNTB.AWS.SES">
<d2p1:EmailAttachment>
<d2p1:LastModifiedDate>2026-02-04T07:37:11.1041073+00:00</d2p1:LastModifiedDate>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Size>3</d2p1:Size>
<d2p1:StageName>sample string 4</d2p1:StageName>
<d2p1:Type>sample string 5</d2p1:Type>
</d2p1:EmailAttachment>
<d2p1:EmailAttachment>
<d2p1:LastModifiedDate>2026-02-04T07:37:11.1041073+00:00</d2p1:LastModifiedDate>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Size>3</d2p1:Size>
<d2p1:StageName>sample string 4</d2p1:StageName>
<d2p1:Type>sample string 5</d2p1:Type>
</d2p1:EmailAttachment>
</attachments>
<broadcastid>c81157c6-c948-45b7-bee9-0920804d6a5d</broadcastid>
</BroadcastEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |