| Requires any of the roles: | Client, Admin, Partner |
| PUT | /user_auth_detail/{Id} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | int | Yes | |
| UserAuthId | body | int | Yes | |
| Provider | body | string | No | |
| UserId | body | string | No | |
| UserName | body | string | No | |
| FullName | body | string | No | |
| DisplayName | body | string | No | |
| FirstName | body | string | No | |
| LastName | body | string | No | |
| Company | body | string | No | |
| body | string | No | ||
| PhoneNumber | body | string | No | |
| BirthDate | body | DateTimeOffset? | No | |
| BirthDateRaw | body | string | No | |
| Address | body | string | No | |
| Address2 | body | string | No | |
| City | body | string | No | |
| State | body | string | No | |
| Country | body | string | No | |
| Culture | body | string | No | |
| Gender | body | string | No | |
| Language | body | string | No | |
| MailAddress | body | string | No | |
| NickName | body | string | No | |
| PostalCode | body | string | No | |
| TimeZone | body | string | No | |
| RefreshToken | body | string | No | |
| RefreshTokenExpiry | body | DateTimeOffset? | No | |
| RequestToken | body | string | No | |
| RequestTokenSecret | body | string | No | |
| Items | body | string | No | |
| AccessToken | body | string | No | |
| AccessTokenSecret | body | string | No | |
| CreatedDate | body | DateTimeOffset | Yes | |
| ModifiedDate | body | DateTimeOffset | Yes | |
| RefId | body | int? | No | |
| RefIdStr | body | string | No | |
| Meta | body | 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 | DateTimeOffset? | 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 | DateTimeOffset? | No | |
| RequestToken | form | string | No | |
| RequestTokenSecret | form | string | No | |
| Items | form | string | No | |
| AccessToken | form | string | No | |
| AccessTokenSecret | form | string | No | |
| CreatedDate | form | DateTimeOffset | No | |
| ModifiedDate | form | DateTimeOffset | No | |
| RefId | form | int? | No | |
| RefIdStr | form | string | No | |
| Meta | form | string | No | |
| ResponseStatus | form | ResponseStatus | 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.
PUT /user_auth_detail/{Id} HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
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-01T00:00:00.0000000+00:00,
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-01T00:00:00.0000000+00:00,
RequestToken: String,
RequestTokenSecret: String,
Items: String,
AccessToken: String,
AccessTokenSecret: String,
CreatedDate: 0001-01-01T00:00:00.0000000+00:00,
ModifiedDate: 0001-01-01T00:00:00.0000000+00:00,
RefId: 0,
RefIdStr: String,
Meta: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
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-01T00:00:00.0000000+00:00,
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-01T00:00:00.0000000+00:00,
RequestToken: String,
RequestTokenSecret: String,
Items: String,
AccessToken: String,
AccessTokenSecret: String,
CreatedDate: 0001-01-01T00:00:00.0000000+00:00,
ModifiedDate: 0001-01-01T00:00:00.0000000+00:00,
RefId: 0,
RefIdStr: String,
Meta: String,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
}
}