POST api/v1/users/resendemailtoken
Resend email confirmation link
Request Information
URI Parameters
None.
Body Parameters
The user details.
EmailTokenResendRequestName | 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": "d34f714f-2300-4d41-9448-6a4768c9a376", "UserName": "sample string 2", "EmailConfirmationLink": "sample string 3" }
text/html
Sample:
{"UserId":"d34f714f-2300-4d41-9448-6a4768c9a376","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>d34f714f-2300-4d41-9448-6a4768c9a376</UserId> <UserName>sample string 2</UserName> </EmailTokenResendRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UserDetailsName | 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": "beaa0f78-6aff-4959-b61f-eaf09bea58e1", "ClubId": "b7be71a9-e8f8-442b-badc-f526aef4d1cf", "FriendlyName": "sample string 3", "NotificationEmail": "sample string 4", "PersonId": "a4578c35-cc6a-4d88-8d45-e267b85dc90a", "Remarks": "sample string 5", "UserName": "sample string 6", "UserRoleIds": [ "c72e99a8-b709-4ac2-b9b7-d5937a88d24d", "07bf6104-6cb1-467b-93fd-64877638d11e" ], "AccountState": 7, "LastPasswordChangeOn": "2024-04-08T22:24:55.3039357+02:00", "ShowAllFlightFieldsInMobile": true, "ForcePasswordChangeNextLogon": true, "EmailConfirmed": true, "ShowFlightsFrom": 1, "FlightChangePeriod": 1, "Id": "beaa0f78-6aff-4959-b61f-eaf09bea58e1", "Language": { "LanguageId": 1, "LanguageKey": "sample string 2" }, "CanUpdateRecord": true, "CanDeleteRecord": true }
text/html
Sample:
{"UserId":"beaa0f78-6aff-4959-b61f-eaf09bea58e1","ClubId":"b7be71a9-e8f8-442b-badc-f526aef4d1cf","FriendlyName":"sample string 3","NotificationEmail":"sample string 4","PersonId":"a4578c35-cc6a-4d88-8d45-e267b85dc90a","Remarks":"sample string 5","UserName":"sample string 6","UserRoleIds":["c72e99a8-b709-4ac2-b9b7-d5937a88d24d","07bf6104-6cb1-467b-93fd-64877638d11e"],"AccountState":7,"LastPasswordChangeOn":"2024-04-08T22:24:55.3039357+02:00","ShowAllFlightFieldsInMobile":true,"ForcePasswordChangeNextLogon":true,"EmailConfirmed":true,"ShowFlightsFrom":1,"FlightChangePeriod":1,"Id":"beaa0f78-6aff-4959-b61f-eaf09bea58e1","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">beaa0f78-6aff-4959-b61f-eaf09bea58e1</Id> <AccountState>7</AccountState> <ClubId>b7be71a9-e8f8-442b-badc-f526aef4d1cf</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>2024-04-08T22:24:55.3039357+02:00</LastPasswordChangeOn> <NotificationEmail>sample string 4</NotificationEmail> <PersonId>a4578c35-cc6a-4d88-8d45-e267b85dc90a</PersonId> <Remarks>sample string 5</Remarks> <ShowAllFlightFieldsInMobile>true</ShowAllFlightFieldsInMobile> <ShowFlightsFrom>1</ShowFlightsFrom> <UserId>beaa0f78-6aff-4959-b61f-eaf09bea58e1</UserId> <UserName>sample string 6</UserName> <UserRoleIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c72e99a8-b709-4ac2-b9b7-d5937a88d24d</d2p1:guid> <d2p1:guid>07bf6104-6cb1-467b-93fd-64877638d11e</d2p1:guid> </UserRoleIds> </UserDetails>