| Requires any of the roles: | Client, Admin, Partner |
| GET | /user_auth_detail |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserAuthId | query | int | No | |
| Provider | query | string | No | |
| UserId | query | string | No | |
| UserName | query | string | No | |
| FullName | query | string | No | |
| DisplayName | query | string | No | |
| FirstName | query | string | No | |
| LastName | query | string | No | |
| Company | query | string | No | |
| query | string | No | ||
| PhoneNumber | query | string | No | |
| BirthDate | query | DateTimeOffset? | No | |
| BirthDateRaw | query | string | No | |
| Address | query | string | No | |
| Address2 | query | string | No | |
| City | query | string | No | |
| State | query | string | No | |
| Country | query | string | No | |
| Culture | query | string | No | |
| Gender | query | string | No | |
| Language | query | string | No | |
| MailAddress | query | string | No | |
| NickName | query | string | No | |
| PostalCode | query | string | No | |
| TimeZone | query | string | No | |
| RefreshToken | query | string | No | |
| RefreshTokenExpiry | query | DateTimeOffset? | No | |
| RequestToken | query | string | No | |
| RequestTokenSecret | query | string | No | |
| Items | query | string | No | |
| AccessToken | query | string | No | |
| AccessTokenSecret | query | string | No | |
| CreatedDate | query | DateTimeOffset | No | |
| ModifiedDate | query | DateTimeOffset | No | |
| RefId | query | int? | No | |
| RefIdStr | query | string | No | |
| Meta | query | 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.
GET /user_auth_detail HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
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
}
}
}
]