TPX: Batch Update for User Name, User Phone and Location - User Variables
search cancel

TPX: Batch Update for User Name, User Phone and Location - User Variables

book

Article ID: 145933

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

What is the correct syntax to update a Users Location, Phone Number and User Name in Batch?

Environment

Release : 5.4

Component : CA-TPX Session Management

Resolution

Example syntax:

DEL USER (username)
ADD USER (username)

UPDATE USER (NEWUSER (VUSRRNME('username')))
UPDATE USER (NEWUSER (VUSRLOC('user location dept')))
UPDATE USER (NEWUSER (VUSRPHN#('phone number')))

These are documented below:

CA TPX User Variables (by Variable Name)
Add a profile to a user: ADD USERPROF (NEWUSER BASEPROF)
Documentation on various commands can be found :  Batch Command Summary