DeployUserService

Manages users in XL Deploy's. 1. Create and Update [fullName, email and password] internal users. 2. Update [fullName and email] external user [fullName and email].

GET /security/user//list List all users [internal/external]
PUT /security/user/{username}/update Update existing user [internal/external].

GET /security/user//list

List all users [internal/external]
Permissions
security#edit - or security#view returns list of users with the given username, fullName and email.
Parameters
Query username String
Query fullName String
Query email String
Request body application/xml Paging
Query order Ordering
Response body
User
Content type: application/xml

PUT /security/user/{username}/update

Update existing user [internal/external].
Permissions
security#edit
Parameters
Path username String : {"password":"","username":"","userProfile":{"email":"","fullName":"","loginAllowed":true}}
Request body application/xml User : {"password":"","username":"","userProfile":{"email":"","fullName":"","loginAllowed":true}}
Response body
Empty