/
Users listing

Users listing



URL: /admin/adnet/pub/admin/usuarios.html?op=l&o=xml


Response:
It contains a list of objects <usuario>.  The identifier is specified through usuario_id and the data presented are:
  • sitio_id: site, advertiser, agency or network to which the user belongs.
  • fecha_ultima_sesion: start date of the last sesión open by the user in the interface.
  • estado: bits fields indicating the user status. 0=Active, 1=blocked, 2= blocked by inactivity, 4=internal use
  • login: user login informatio
  • nombre: name
  • apellido: last name
  • fecha_alta: user creation date
  • fecha_baja: if the user has been cleared, indicates the date when it was deleted.

Response example:

<lista>
    <usuario usuario_id='1922'>
        <fecha_alta>2008-09-12 11:28:29</fecha_alta>
        <fecha_ultima_sesion>2009-09-28 13:25:18</fecha_ultima_sesion>
        <fecha_baja></fecha_baja>
        <sitio_id>14904</sitio_id>
        <estado>0</estado>
        <login>ana</login>
        <usuario_id>1922</usuario_id>
        <apellido>Balcarce</apellido>
        <nombre>Ana</nombre>
    </usuario>
</lista>

Related content