All Verbs | /service/MigrateLegacyUsers |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IncludeUsers | query | bool | No | |
ExcludeAspNet | query | bool | No | |
IncludeCustom | query | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Users | form | List<ShardedUserAuthDetails> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Shard | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
UserAuthId | form | int | No | |
Provider | form | string | No | |
UserId | form | string | No | |
UserName | form | string | No | |
FullName | form | string | No | |
DisplayName | form | string | No | |
FirstName | form | string | No | |
LastName | form | string | No | |
Company | form | string | No | |
form | string | No | ||
PhoneNumber | form | string | No | |
BirthDate | form | DateTime? | No | |
BirthDateRaw | form | string | No | |
Address | form | string | No | |
Address2 | form | string | No | |
City | form | string | No | |
State | form | string | No | |
Country | form | string | No | |
Culture | form | string | No | |
Gender | form | string | No | |
Language | form | string | No | |
MailAddress | form | string | No | |
Nickname | form | string | No | |
PostalCode | form | string | No | |
TimeZone | form | string | No | |
RefreshToken | form | string | No | |
RefreshTokenExpiry | form | DateTime? | No | |
RequestToken | form | string | No | |
RequestTokenSecret | form | string | No | |
Items | form | Dictionary<string, string> | No | |
AccessToken | form | string | No | |
AccessTokenSecret | form | string | No | |
CreatedDate | form | DateTime | No | |
ModifiedDate | form | DateTime | No | |
RefId | form | int? | No | |
RefIdStr | form | string | No | |
Meta | form | Dictionary<string, string> | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /service/MigrateLegacyUsers HTTP/1.1
Host: www.bernhardt.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
includeUsers: False,
excludeAspNet: False,
includeCustom: False
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { users: [ { shard: String, id: 0, userAuthId: 0, provider: String, userId: String, userName: String, fullName: String, displayName: String, firstName: String, lastName: String, company: String, email: String, phoneNumber: String, birthDate: 0001-01-01, birthDateRaw: String, address: String, address2: String, city: String, state: String, country: String, culture: String, gender: String, language: String, mailAddress: String, nickname: String, postalCode: String, timeZone: String, refreshToken: String, refreshTokenExpiry: 0001-01-01, requestToken: String, requestTokenSecret: String, items: { String: String }, accessToken: String, accessTokenSecret: String, createdDate: 0001-01-01, modifiedDate: 0001-01-01, refId: 0, refIdStr: String, meta: { String: String } } ] }