POST Api/User/AddUserDetails

Request Information

URI Parameters

None.

Body Parameters

UriUser
NameDescriptionTypeAdditional information
id

integer

None.

Source

string

None.

UserName

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

Password

string

None.

password_salt

string

None.

password_hash

string

None.

PhoneNumber

string

None.

user_status

boolean

None.

registration_date

string

None.

registration_dateRegisteration

string

None.

AccountExpiry

date

None.

role

integer

None.

roleName

string

None.

PartnerId

integer

None.

CompanyId

integer

None.

TeamId

integer

None.

viewId

string

None.

isDeleted

boolean

None.

companyDetails

CompanyReturn

None.

UserJobRole

integer

None.

UserRole

integer

None.

JobTitle

string

None.

Experience

integer

None.

Industry

integer

None.

Education

integer

None.

Specialist

Collection of integer

None.

Position

integer

None.

ProLevel

integer

None.

State

string

None.

GeoInfluence

integer

None.

JobLevel

string

None.

PostCode

string

None.

Sector

integer

None.

Country

integer

None.

NeedSendEmail

string

None.

AssessmentIds

Collection of string

None.

ReportTo

string

None.

SpendUnder

string

None.

PsQualification

string

None.

ReportAccess

string

None.

OperatorUserId

string

None.

program_name

string

None.

password_reset_mandatory

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Status

string

None.

Message

string

None.

ExceptionMessage

string

None.

creditBalance

string

None.

EmailAddress

string

None.

Password

string

None.

ViewId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Message": "sample string 2",
  "ExceptionMessage": "sample string 3",
  "creditBalance": "sample string 4",
  "EmailAddress": "sample string 5",
  "Password": "sample string 6",
  "ViewId": "sample string 7"
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <EmailAddress>sample string 5</EmailAddress>
  <ExceptionMessage>sample string 3</ExceptionMessage>
  <Message>sample string 2</Message>
  <Password>sample string 6</Password>
  <Status>sample string 1</Status>
  <ViewId>sample string 7</ViewId>
  <creditBalance>sample string 4</creditBalance>
</Response>

multipart/form-data

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><EmailAddress>sample string 5</EmailAddress><ExceptionMessage>sample string 3</ExceptionMessage><Message>sample string 2</Message><Password>sample string 6</Password><Status>sample string 1</Status><ViewId>sample string 7</ViewId><creditBalance>sample string 4</creditBalance></Response>