Edit user

/msp/user.php/?action=edit

[GET]  [POST]

Edit a user account already defined in the API user's subscription. This API does not support session based authentication.

Using this API you can edit and clear parameters. Learn more

Permissions - Click here for user related permissions

Input Parameters

Parameter

Description

action=edit

(Required)

login={login}

(Required) The Qualys user login of the user account you wish to edit.

{parameters}

(Some parameters are required) Click here for listing of user parameters

Sample - Edit user, change title

API request

https://qualysapi.qualys.com/msp/user.php?action=edit&login=quays_ch&title=CIO

XML output

<?xml version="1.0" encoding="UTF-8" ?>

<!DOCTYPE USER_OUTPUT SYSTEM "https://qualysapi.qualys.com/user_output.dtd">

<USER_OUTPUT>

  <API name="user.php" username="sabkl_av1" at="2018-07-20T23:06:35Z" />

  <RETURN status="SUCCESS">

    <MESSAGE>quays_ch user has been successfully updated.</MESSAGE>

  </RETURN>

</USER_OUTPUT>

DTD

<platform API server>/user_output.dtd