getAllUsers getallusers

取得陣列中的所有使用者。

語法

授權的使用者型別 section-68ed5f5fcc5348308dfe074c590caeaa

  • IpsAdmin
  • IpsCompanyAdmin
  • TrialSiteAdmin
  • ImagePortalAdmin

參數 section-f092ca72f2024d66a1cec690aeab870a

輸入(getAllUsersParam)

名稱
類型
必要
說明
includeInvalid
xsd:boolean

設定為:

  • true 以包含無效的使用者。
  • false 以忽略無效的使用者。

輸出(getAllUsersReturn)

名稱
類型
必要
說明
userArray
types:UserArray
所有使用者的陣列。
程式碼片語
Code Phrase

範例 section-9c9a2d335513478da20652c1b1443731

此程式碼範例會傳回所有使用者。 為簡短起見,回應會遭截斷。

請求

<ns1:getAllUsersParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
   <ns1:includeInvalid>false</ns1:includeInvalid>
</ns1:getAllUsersParam>

回答

<ns1:getAllUsersReturn xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
   <ns1:userArray>
      <ns1:items>
         <ns1:userHandle>201|agentshadi@hotmail.com</ns1:userHandle>
         <ns1:firstName>333</ns1:firstName>
         <ns1:lastName>333</ns1:lastName>
         <ns1:email>my_email@someaddress.com</ns1:email>
         <ns1:role>TrialSiteUser</ns1:role>
         <ns1:isValid>true</ns1:isValid>
         <ns1:passwordExpires>2006-12-29T04:19:43.039Z</ns1:passwordExpires>
      </ns1:items>
   ...
   </ns1:userArray>
<ns1:getAllUsersReturn>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681