OnTime SOAP API
OnTime SOAP API / SOAP Methods Resource Group / /sites/{company-id}/ws/soap_v1.svc/AuthenticateUser (Method)
In This Topic
    Method/sites/{company-id}/ws/soap_v1.svc/AuthenticateUser
    In This Topic
    Description
    Authenticates a User using a username and password, and returns its unique identifier on success.
    Request (Isoap_v1_AuthenticateUser_InputMessage)

    The request body is of type AuthenticateUser.

    Request Body Parameters

    NameDescriptionData Type
     xml:string
     xml:string

    Overview

    Sequence
    userName optional xs:string
    password optional xs:string
    200 Response (Isoap_v1_AuthenticateUser_OutputMessage)

    The response body is of type AuthenticateUserResponse.

    Response Body Parameters

    NameDescriptionData Type
     guid

    Overview

    See Also