POST api/v1/users/resendemailtoken
Resend email confirmation link
Request Information
URI Parameters
None.
Body Parameters
The user details.
EmailTokenResendRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
Required |
|
| UserName | string |
Required String length: inclusive between 0 and 256 |
|
| EmailConfirmationLink | string |
Required String length: inclusive between 0 and 256 |
Request Formats
application/json, text/json
Sample:
{
"UserId": "ccabc6d1-059f-49b9-8f0a-dfd61152aa22",
"UserName": "sample string 2",
"EmailConfirmationLink": "sample string 3"
}
text/html
Sample:
{"UserId":"ccabc6d1-059f-49b9-8f0a-dfd61152aa22","UserName":"sample string 2","EmailConfirmationLink":"sample string 3"}
application/xml, text/xml
Sample:
<EmailTokenResendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.User"> <EmailConfirmationLink>sample string 3</EmailConfirmationLink> <UserId>ccabc6d1-059f-49b9-8f0a-dfd61152aa22</UserId> <UserName>sample string 2</UserName> </EmailTokenResendRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UserDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| ClubId | globally unique identifier |
Required |
|
| FriendlyName | string |
Required String length: inclusive between 0 and 100 |
|
| NotificationEmail | string |
Required String length: inclusive between 0 and 256 |
|
| PersonId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| UserName | string |
Required String length: inclusive between 0 and 256 |
|
| UserRoleIds | Collection of globally unique identifier |
None. |
|
| AccountState | integer |
None. |
|
| LastPasswordChangeOn | date |
None. |
|
| ShowAllFlightFieldsInMobile | boolean |
None. |
|
| ForcePasswordChangeNextLogon | boolean |
None. |
|
| EmailConfirmed | boolean |
None. |
|
| ShowFlightsFrom | integer |
None. |
|
| FlightChangePeriod | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Language | LanguageOverview |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"UserId": "81e5bc3e-6c30-4edf-88db-248b3310bcce",
"ClubId": "3d40d447-4866-4db2-b841-6103954f00d3",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "f51c3e8f-8cdb-44d0-a1bd-7923bc3e9fc7",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"f39350cc-d9d8-4ab0-9c6f-ff324eb8d746",
"cb78b0bf-38e1-4553-b7fa-5c2e8cecfa93"
],
"AccountState": 7,
"LastPasswordChangeOn": "2025-10-26T05:16:31.267724+01:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "81e5bc3e-6c30-4edf-88db-248b3310bcce",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"81e5bc3e-6c30-4edf-88db-248b3310bcce","ClubId":"3d40d447-4866-4db2-b841-6103954f00d3","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"f51c3e8f-8cdb-44d0-a1bd-7923bc3e9fc7","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["f39350cc-d9d8-4ab0-9c6f-ff324eb8d746","cb78b0bf-38e1-4553-b7fa-5c2e8cecfa93"],"AccountState":7,"LastPasswordChangeOn":"2025-10-26T05:16:31.267724+01:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"81e5bc3e-6c30-4edf-88db-248b3310bcce","Language":{"LanguageId":1,"LanguageKey":"sample string 2"},"CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<UserDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.User">
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">81e5bc3e-6c30-4edf-88db-248b3310bcce</Id>
<AccountState>7</AccountState>
<ClubId>3d40d447-4866-4db2-b841-6103954f00d3</ClubId>
<EmailConfirmed>true</EmailConfirmed>
<FlightChangePeriod>1</FlightChangePeriod>
<ForcePasswordChangeNextLogon>true</ForcePasswordChangeNextLogon>
<FriendlyName>sample string 3</FriendlyName>
<Language>
<LanguageId>1</LanguageId>
<LanguageKey>sample string 2</LanguageKey>
</Language>
<LastPasswordChangeOn>2025-10-26T05:16:31.267724+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>f51c3e8f-8cdb-44d0-a1bd-7923bc3e9fc7</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>81e5bc3e-6c30-4edf-88db-248b3310bcce</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f39350cc-d9d8-4ab0-9c6f-ff324eb8d746</d2p1:guid>
<d2p1:guid>cb78b0bf-38e1-4553-b7fa-5c2e8cecfa93</d2p1:guid>
</UserRoleIds>
</UserDetails>