getAllUsers getallusers
Hiermee worden alle gebruikers in een array opgehaald.
Syntaxis
Geautoriseerde gebruikerstypen section-68ed5f5fcc5348308dfe074c590caeaa
IpsAdmin
IpsCompanyAdmin
TrialSiteAdmin
ImagePortalAdmin
Parameters section-f092ca72f2024d66a1cec690aeab870a
Input (getAllUsersParam)
Naam
Type
Vereist
Beschrijving
includeInvalid
xsd:Boolean
Ja
Instellen op:
- true om ongeldige gebruikers op te nemen.
- false om ongeldige gebruikers weg te laten.
Output (getAllUsersReturn)
Naam
Type
Vereist
Beschrijving
userArray
types:UserArray
Ja
Array van alle gebruikers.
Codewoordgroep
Code Phrase
Voorbeelden section-9c9a2d335513478da20652c1b1443731
Dit codevoorbeeld keert alle gebruikers terug. De reactie is afgebroken voor de beknoptheid.
Verzoek
<ns1:getAllUsersParam xmlns:ns1="http://www.scene7.com/IpsApi/xsd">
<ns1:includeInvalid>false</ns1:includeInvalid>
</ns1:getAllUsersParam>
Antwoord
<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