AccountManagementService


Click here for a complete list of operations.

GetUserProfile

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /api/3.0/accountmanagement.asmx HTTP/1.1
Host: na2.docusign.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.docusign.net/API/AccountManagement/GetUserProfile"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUserProfile xmlns="http://www.docusign.net/API/AccountManagement">
      <UserId>string</UserId>
      <AccountId>string</AccountId>
    </GetUserProfile>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetUserProfileResponse xmlns="http://www.docusign.net/API/AccountManagement">
      <GetUserProfileResult>
        <UserProfile>
          <AccountId>string</AccountId>
          <UserId>string</UserId>
          <ShowDocuSignID>boolean</ShowDocuSignID>
          <DisplayCompanyAndTitle>boolean</DisplayCompanyAndTitle>
          <DisplayAddressAndPhone>boolean</DisplayAddressAndPhone>
          <DisplayUsageHistory>boolean</DisplayUsageHistory>
          <Company>string</Company>
          <Title>string</Title>
          <Address>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Phone>string</Phone>
            <Fax>string</Fax>
            <Country>string</Country>
          </Address>
          <AuthenticationHistory>
            <AuthenticationMethod xsi:nil="true" />
            <AuthenticationMethod xsi:nil="true" />
          </AuthenticationHistory>
          <UsageHistory>
            <SignedCount>int</SignedCount>
            <LastSignedTimestamp>dateTime</LastSignedTimestamp>
            <SentCount>int</SentCount>
            <LastSentTimestamp>dateTime</LastSentTimestamp>
          </UsageHistory>
        </UserProfile>
        <Success>boolean</Success>
        <Error>
          <ErrorCode>Unspecified_Error or Invalid_Account_ID or Account_Requires_User_Name_And_Password_For_Activation or Account_Is_Already_Activated_For_Salesforce or Invalid_Distributor_For_Account or Invalid_User_ID or Invalid_Account or User_Is_Not_An_Account_Manager or Invalid_Login or Invalid_Member_User_Name or Invalid_Member_Email or Member_Email_Not_Allowed or Member_Email_And_User_Name_Awaiting_Activation or Member_Email_And_User_Name_Already_Exists_For_This_Account or Member_Password_Blank or Member_Forgotten_Password_Question_Blank or Member_Forgotten_Password_Answer_Blank or Invalid_Password_Format or Invalid_Member_Data or Member_Email_And_User_Name_Already_Exists or Not_Authorized or Invalid_Distributor_Selected or Invalid_PGP_For_Distributor or Invalid_Credit_Card_Type or CreditCard_Auth_Failed or Invalid_PGP or Invalid_Plan_Retired or Invalid_Successor_Plan or Invalid_Credit_Card or Credit_Card_Expiration or Invalid_AppToken or Distributor_Not_Enabled_For_AppToken or Plan_Group_Not_Enabled_For_Distributor or Invalid_Configuration_Number or Invalid_Salesforce_Credentials or Invalid_Salesforce_External_Instance_ID or Invalid_DocuSign_Connect_Configuration_For_Account or Invalid_User or Invalid_Membership or Invalid_Account_Member or Invalid_Edit_User or Invalid_Edit_Membership or Invalid_CanEditSharedAddressBook_Value or Invalid_CanManageTemplates_Value or Invalid_Membership_ID or Invalid_Request or Partner_Authentication_Failed or Hourly_API_Invocation_Limit_Exceeded or Initialize_Client_Account_Error or Max_Members_Exceeded or Invalid_File_Or_Too_Large or Invalid_Account_Provisioning_Distributor_Selected or Insufficient_Account_Provisioning_Distributor_Seats or Invalid_AdminNRDSId or NRDSId_Required or Account_Not_Created_By_Account_Provisioning_Distributor or Invalid_Account_Provisioning_Distributor_Added_Seats</ErrorCode>
          <Description>string</Description>
        </Error>
      </GetUserProfileResult>
    </GetUserProfileResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /api/3.0/accountmanagement.asmx HTTP/1.1
Host: na2.docusign.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserProfile xmlns="http://www.docusign.net/API/AccountManagement">
      <UserId>string</UserId>
      <AccountId>string</AccountId>
    </GetUserProfile>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserProfileResponse xmlns="http://www.docusign.net/API/AccountManagement">
      <GetUserProfileResult>
        <UserProfile>
          <AccountId>string</AccountId>
          <UserId>string</UserId>
          <ShowDocuSignID>boolean</ShowDocuSignID>
          <DisplayCompanyAndTitle>boolean</DisplayCompanyAndTitle>
          <DisplayAddressAndPhone>boolean</DisplayAddressAndPhone>
          <DisplayUsageHistory>boolean</DisplayUsageHistory>
          <Company>string</Company>
          <Title>string</Title>
          <Address>
            <Address1>string</Address1>
            <Address2>string</Address2>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Phone>string</Phone>
            <Fax>string</Fax>
            <Country>string</Country>
          </Address>
          <AuthenticationHistory>
            <AuthenticationMethod xsi:nil="true" />
            <AuthenticationMethod xsi:nil="true" />
          </AuthenticationHistory>
          <UsageHistory>
            <SignedCount>int</SignedCount>
            <LastSignedTimestamp>dateTime</LastSignedTimestamp>
            <SentCount>int</SentCount>
            <LastSentTimestamp>dateTime</LastSentTimestamp>
          </UsageHistory>
        </UserProfile>
        <Success>boolean</Success>
        <Error>
          <ErrorCode>Unspecified_Error or Invalid_Account_ID or Account_Requires_User_Name_And_Password_For_Activation or Account_Is_Already_Activated_For_Salesforce or Invalid_Distributor_For_Account or Invalid_User_ID or Invalid_Account or User_Is_Not_An_Account_Manager or Invalid_Login or Invalid_Member_User_Name or Invalid_Member_Email or Member_Email_Not_Allowed or Member_Email_And_User_Name_Awaiting_Activation or Member_Email_And_User_Name_Already_Exists_For_This_Account or Member_Password_Blank or Member_Forgotten_Password_Question_Blank or Member_Forgotten_Password_Answer_Blank or Invalid_Password_Format or Invalid_Member_Data or Member_Email_And_User_Name_Already_Exists or Not_Authorized or Invalid_Distributor_Selected or Invalid_PGP_For_Distributor or Invalid_Credit_Card_Type or CreditCard_Auth_Failed or Invalid_PGP or Invalid_Plan_Retired or Invalid_Successor_Plan or Invalid_Credit_Card or Credit_Card_Expiration or Invalid_AppToken or Distributor_Not_Enabled_For_AppToken or Plan_Group_Not_Enabled_For_Distributor or Invalid_Configuration_Number or Invalid_Salesforce_Credentials or Invalid_Salesforce_External_Instance_ID or Invalid_DocuSign_Connect_Configuration_For_Account or Invalid_User or Invalid_Membership or Invalid_Account_Member or Invalid_Edit_User or Invalid_Edit_Membership or Invalid_CanEditSharedAddressBook_Value or Invalid_CanManageTemplates_Value or Invalid_Membership_ID or Invalid_Request or Partner_Authentication_Failed or Hourly_API_Invocation_Limit_Exceeded or Initialize_Client_Account_Error or Max_Members_Exceeded or Invalid_File_Or_Too_Large or Invalid_Account_Provisioning_Distributor_Selected or Insufficient_Account_Provisioning_Distributor_Seats or Invalid_AdminNRDSId or NRDSId_Required or Account_Not_Created_By_Account_Provisioning_Distributor or Invalid_Account_Provisioning_Distributor_Added_Seats</ErrorCode>
          <Description>string</Description>
        </Error>
      </GetUserProfileResult>
    </GetUserProfileResponse>
  </soap12:Body>
</soap12:Envelope>