Update an existing user
put
/service/user/{userLoginId}
This endpoint is used to update an existing user.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
userLoginId: string
User Login ID the user Maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for updating an existing user
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : UserDto-allOf[1]
Type:
Show Source
object
-
endDate(optional):
string
-
homeBranch:
string
Minimum Length:
0
Maximum Length:3
-
homePhone:
string
Minimum Length:
0
Maximum Length:50
-
isSupervisor:
string
Minimum Length:
0
Maximum Length:1
-
languageCode:
string
Minimum Length:
0
Maximum Length:3
-
locale(optional):
string
Minimum Length:
0
Maximum Length:10
-
managerId:
string
Minimum Length:
0
Maximum Length:12
-
piiEnabled(optional):
boolean
PII Enabled
-
startDate:
string
-
statusChangedOn:
string
-
telephoneNumber:
string
Minimum Length:
0
Maximum Length:50
-
theme:
string
Minimum Length:
0
Maximum Length:100
-
UserApplications(optional):
array UserApplications
-
userEmail:
string
Minimum Length:
0
Maximum Length:50
-
userFax:
string
Minimum Length:
0
Maximum Length:50
Pattern:^\+?[0-9]{6,}$
-
userLoginId:
string
Minimum Length:
0
Maximum Length:12
-
userMobile:
string
Minimum Length:
0
Maximum Length:50
Pattern:^\+[1-9]{1}[0-9]{3,14}$
-
userName:
string
Minimum Length:
0
Maximum Length:100
-
UserRoleBranches(optional):
array UserRoleBranches
-
userStatus:
string
Minimum Length:
0
Maximum Length:1
Nested Schema : UserApplications
Type:
Show Source
object
-
applicationDescription(optional):
string
Application description
-
applicationId:
string
Minimum Length:
0
Maximum Length:36
-
applicationName(optional):
string
Application name
-
id(optional):
string
Minimum Length:
0
Maximum Length:36
-
userId(optional):
string
Minimum Length:
0
Maximum Length:36
Nested Schema : UserRoleBranches
Type:
Show Source
object
-
branchCode:
string
Minimum Length:
0
Maximum Length:3
-
branchId:
string
Minimum Length:
0
Maximum Length:36
-
id(optional):
string
Minimum Length:
0
Maximum Length:36
-
roleCode(optional):
string
-
roleDescription(optional):
string
-
roleId:
string
Minimum Length:
0
Maximum Length:36
-
userId(optional):
string
Minimum Length:
0
Maximum Length:36
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns updated user
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : UserDto-allOf[1]
Type:
Show Source
object
-
endDate(optional):
string
-
homeBranch:
string
Minimum Length:
0
Maximum Length:3
-
homePhone:
string
Minimum Length:
0
Maximum Length:50
-
isSupervisor:
string
Minimum Length:
0
Maximum Length:1
-
languageCode:
string
Minimum Length:
0
Maximum Length:3
-
locale(optional):
string
Minimum Length:
0
Maximum Length:10
-
managerId:
string
Minimum Length:
0
Maximum Length:12
-
piiEnabled(optional):
boolean
PII Enabled
-
startDate:
string
-
statusChangedOn:
string
-
telephoneNumber:
string
Minimum Length:
0
Maximum Length:50
-
theme:
string
Minimum Length:
0
Maximum Length:100
-
UserApplications(optional):
array UserApplications
-
userEmail:
string
Minimum Length:
0
Maximum Length:50
-
userFax:
string
Minimum Length:
0
Maximum Length:50
Pattern:^\+?[0-9]{6,}$
-
userLoginId:
string
Minimum Length:
0
Maximum Length:12
-
userMobile:
string
Minimum Length:
0
Maximum Length:50
Pattern:^\+[1-9]{1}[0-9]{3,14}$
-
userName:
string
Minimum Length:
0
Maximum Length:100
-
UserRoleBranches(optional):
array UserRoleBranches
-
userStatus:
string
Minimum Length:
0
Maximum Length:1
Nested Schema : UserApplications
Type:
Show Source
object
-
applicationDescription(optional):
string
Application description
-
applicationId:
string
Minimum Length:
0
Maximum Length:36
-
applicationName(optional):
string
Application name
-
id(optional):
string
Minimum Length:
0
Maximum Length:36
-
userId(optional):
string
Minimum Length:
0
Maximum Length:36
Nested Schema : UserRoleBranches
Type:
Show Source
object
-
branchCode:
string
Minimum Length:
0
Maximum Length:3
-
branchId:
string
Minimum Length:
0
Maximum Length:36
-
id(optional):
string
Minimum Length:
0
Maximum Length:36
-
roleCode(optional):
string
-
roleDescription(optional):
string
-
roleId:
string
Minimum Length:
0
Maximum Length:36
-
userId(optional):
string
Minimum Length:
0
Maximum Length:36
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error