Update User (ivnUpdateUser)

§

This web service is invoked to update the user details in Intelliview NXT for a given company

§

User requires “Admin” privilege (User parameter in ivnInitialize) for the execution of this API.

Web Service Request:

 

 

public string ivnUpdateUser(string SessionToken, int Company ID, int UserID, string Password,
string FirstName, string LastName, string EmailID, string Department, string PhoneNo, String[]
GroupNameList)

 

Web Service Request Parameters:

 

 

 

 

Parameters

Data Type

Description

Requirement

 

SessionToken

String

The unique Identification assigned to the Intelliview
NXT Session

 

 

 

Company ID

Integer

The unique Identification assigned to the Company
in Intelliview NXT.

 

 

 

UserID

String

Login UserID used for authentication

 

 

 

Password

String

Password for the given user ID

 

 

 

FirstName

String

First Name of the user

 

 

 

LastName

String

Last Name of the User

 

 

 

EmailID

String

User Email ID

 

 

 

Department

String

User Department

 

 

 

PhoneNo

String

User Phone Number

 

 

 

GroupNameList

String[]

One or more Group Names passed in a string array

 

 

Web Service Response (Success):

<ResponseMessage>

<Message ID='SYN_REP_INFO_7563'/>

<Response Message= 'User details update is successful'/>

<User ID='7'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Response (Error):

<ResponseMessage>

<Message ID='SYN_REP_ERROR_7529'/>

<Response Message= 'User ID is not valid'/>

<Company ID='23'/>

<Version No='1.3.1.1'/>

</ResponseMessage>

Web Service Return Parameters:

Parameters

Data Type

Description

Remarks

Message ID

String

The unique identification assigned to
the response message in
Intelliview NXT.

 

Response Message

String

The Response Message is received
from Intelliview NXT.

Only English Language is
supported in the current version.

User ID

Integer

User ID

Returned on success;

Company ID

Integer

The unique Identification assigned to
the Company by Intelliview NXT.

 

Version No

String

The last digit after the third decimal
point indicates the web service
version

 

Response Messages:

Srl.No.

Message ID

Message

1

SYN_REP_ERROR_5035

Exception has occurred. Contact your Administrator

2

SYN_REP_ERROR_7501

Intelliview NXT session is expired or not initialized or
not valid

3

SYN_REP_ERROR_7511

Company ID is not valid

4

SYN_REP_ERROR_7524

First name is not valid

5

SYN_REP_ERROR_7525

Last name is not valid

6

SYN_REP_ERROR_7526

Email ID is not valid

7

SYN_REP_ERROR_7527

Password is not valid

8

SYN_REP_ERROR_7529

User ID is not valid

9

SYN_REP_ERROR_7560

Group name is not valid

10

SYN_REP_INFO_7563

User details update is successful

11

SYN_REP_ERROR_7568

Unable to update User

 

 

top.jpg

 

<< Create User (ivnCreateUser) | Get User Details (ivnGetUserDetails) >>