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": "48e040da-42aa-48c1-8611-e478fcaa7435",
"UserName": "sample string 2",
"EmailConfirmationLink": "sample string 3"
}
text/html
Sample:
{"UserId":"48e040da-42aa-48c1-8611-e478fcaa7435","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>48e040da-42aa-48c1-8611-e478fcaa7435</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": "82516cb7-032d-4a20-a914-538ba3238b91",
"ClubId": "7236a73c-ac1d-443f-bd7e-7617876c7e34",
"FriendlyName": "sample string 3",
"NotificationEmail": "sample string 4",
"PersonId": "996a0185-ea30-47e7-8325-657406b28bc4",
"Remarks": "sample string 5",
"UserName": "sample string 6",
"UserRoleIds": [
"4dc3db45-2803-4db5-885b-a10fce376389",
"dbf9f8c5-1677-4ee2-831e-6c4420091ca7"
],
"AccountState": 7,
"LastPasswordChangeOn": "2026-03-04T11:13:25.8855946+01:00",
"ShowAllFlightFieldsInMobile": true,
"ForcePasswordChangeNextLogon": true,
"EmailConfirmed": true,
"ShowFlightsFrom": 1,
"FlightChangePeriod": 1,
"Id": "82516cb7-032d-4a20-a914-538ba3238b91",
"Language": {
"LanguageId": 1,
"LanguageKey": "sample string 2"
},
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"UserId":"82516cb7-032d-4a20-a914-538ba3238b91","ClubId":"7236a73c-ac1d-443f-bd7e-7617876c7e34","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"996a0185-ea30-47e7-8325-657406b28bc4","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["4dc3db45-2803-4db5-885b-a10fce376389","dbf9f8c5-1677-4ee2-831e-6c4420091ca7"],"AccountState":7,"LastPasswordChangeOn":"2026-03-04T11:13:25.8855946+01:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"82516cb7-032d-4a20-a914-538ba3238b91","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">82516cb7-032d-4a20-a914-538ba3238b91</Id>
<AccountState>7</AccountState>
<ClubId>7236a73c-ac1d-443f-bd7e-7617876c7e34</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>2026-03-04T11:13:25.8855946+01:00</LastPasswordChangeOn>
<NotificationEmail>sample string 4</NotificationEmail>
<PersonId>996a0185-ea30-47e7-8325-657406b28bc4</PersonId>
<Remarks>sample string 5</Remarks>
<ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile>
<ShowFlightsFrom>1</ShowFlightsFrom>
<UserId>82516cb7-032d-4a20-a914-538ba3238b91</UserId>
<UserName>sample string 6</UserName>
<UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>4dc3db45-2803-4db5-885b-a10fce376389</d2p1:guid>
<d2p1:guid>dbf9f8c5-1677-4ee2-831e-6c4420091ca7</d2p1:guid>
</UserRoleIds>
</UserDetails>