GET api/users?includeCustomer={includeCustomer}&includeBrowser={includeBrowser}
Get all users for current tenant
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
includeCustomer |
Pass true to include customer as well |
boolean |
Default value is False |
includeBrowser | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of AccountDetailsName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
OperatorID | globally unique identifier |
None. |
|
string |
Data type: EmailAddress |
||
Password | string |
None. |
|
ConfirmPassword | string |
None. |
|
Verified | boolean |
None. |
|
Disabled | boolean |
None. |
|
TimeZone | string |
None. |
|
StoreScope | Collection of globally unique identifier |
None. |
|
PrivilegeGroup | globally unique identifier |
None. |
|
ExternalSender | boolean |
None. |
|
CanPromptStores | boolean |
None. |
|
PromptStoresOnLogin | boolean |
None. |
|
ReleaseNotify | boolean |
None. |
|
Required | boolean |
None. |
|
PrivilegeGroupName | string |
Relation. This field may not always be loaded or used for updates. |
|
StoreIDs | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
SecurityOptions | SecurityOptions |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": "7802d891-92f6-4a5e-aa33-7dae12539f29", "operatorID": "1b655a6a-1a94-4a93-aca2-450d047d3474", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "503801dd-0d31-4564-91ab-bf98053f8a46", "8d8d1b34-7559-4d2e-b3bd-6d228d1e55ba" ], "privilegeGroup": "f191daf2-0360-42cf-88f8-b7f28c8e275e", "externalSender": true, "canPromptStores": true, "promptStoresOnLogin": true, "releaseNotify": true, "required": true, "privilegeGroupName": "sample string 14", "storeIDs": [ 1, 2 ], "securityOptions": { "$id": "2", "loginMode": 1, "allowSelfVerification": true, "verifierEmail": "sample string 3", "source": "sample string 4", "loginModeInherited": 5, "loginModeSource": "sample string 6", "selfVerifyInherited": true, "selfVerifySource": "sample string 8", "verifyEmailInherited": "sample string 9", "verifyEmailSource": "sample string 10" } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfAccountDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <AccountDetails> <CanPromptStores>true</CanPromptStores> <ConfirmPassword>sample string 5</ConfirmPassword> <Disabled>true</Disabled> <Email>sample string 3</Email> <ExternalSender>true</ExternalSender> <ID>7802d891-92f6-4a5e-aa33-7dae12539f29</ID> <OperatorID>1b655a6a-1a94-4a93-aca2-450d047d3474</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>f191daf2-0360-42cf-88f8-b7f28c8e275e</PrivilegeGroup> <PrivilegeGroupName>sample string 14</PrivilegeGroupName> <PromptStoresOnLogin>true</PromptStoresOnLogin> <ReleaseNotify>true</ReleaseNotify> <Required>true</Required> <SecurityOptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Service.Tenancies.Browser"> <d3p1:AllowSelfVerification>true</d3p1:AllowSelfVerification> <d3p1:LoginMode>1</d3p1:LoginMode> <d3p1:LoginModeInherited>5</d3p1:LoginModeInherited> <d3p1:LoginModeSource>sample string 6</d3p1:LoginModeSource> <d3p1:SelfVerifyInherited>true</d3p1:SelfVerifyInherited> <d3p1:SelfVerifySource>sample string 8</d3p1:SelfVerifySource> <d3p1:Source>sample string 4</d3p1:Source> <d3p1:VerifierEmail>sample string 3</d3p1:VerifierEmail> <d3p1:VerifyEmailInherited>sample string 9</d3p1:VerifyEmailInherited> <d3p1:VerifyEmailSource>sample string 10</d3p1:VerifyEmailSource> </SecurityOptions> <StoreIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </StoreIDs> <StoreScope xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>503801dd-0d31-4564-91ab-bf98053f8a46</d3p1:guid> <d3p1:guid>8d8d1b34-7559-4d2e-b3bd-6d228d1e55ba</d3p1:guid> </StoreScope> <TimeZone>sample string 8</TimeZone> <Verified>true</Verified> </AccountDetails> <AccountDetails> <CanPromptStores>true</CanPromptStores> <ConfirmPassword>sample string 5</ConfirmPassword> <Disabled>true</Disabled> <Email>sample string 3</Email> <ExternalSender>true</ExternalSender> <ID>7802d891-92f6-4a5e-aa33-7dae12539f29</ID> <OperatorID>1b655a6a-1a94-4a93-aca2-450d047d3474</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>f191daf2-0360-42cf-88f8-b7f28c8e275e</PrivilegeGroup> <PrivilegeGroupName>sample string 14</PrivilegeGroupName> <PromptStoresOnLogin>true</PromptStoresOnLogin> <ReleaseNotify>true</ReleaseNotify> <Required>true</Required> <SecurityOptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Service.Tenancies.Browser"> <d3p1:AllowSelfVerification>true</d3p1:AllowSelfVerification> <d3p1:LoginMode>1</d3p1:LoginMode> <d3p1:LoginModeInherited>5</d3p1:LoginModeInherited> <d3p1:LoginModeSource>sample string 6</d3p1:LoginModeSource> <d3p1:SelfVerifyInherited>true</d3p1:SelfVerifyInherited> <d3p1:SelfVerifySource>sample string 8</d3p1:SelfVerifySource> <d3p1:Source>sample string 4</d3p1:Source> <d3p1:VerifierEmail>sample string 3</d3p1:VerifierEmail> <d3p1:VerifyEmailInherited>sample string 9</d3p1:VerifyEmailInherited> <d3p1:VerifyEmailSource>sample string 10</d3p1:VerifyEmailSource> </SecurityOptions> <StoreIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> </StoreIDs> <StoreScope xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>503801dd-0d31-4564-91ab-bf98053f8a46</d3p1:guid> <d3p1:guid>8d8d1b34-7559-4d2e-b3bd-6d228d1e55ba</d3p1:guid> </StoreScope> <TimeZone>sample string 8</TimeZone> <Verified>true</Verified> </AccountDetails> </ArrayOfAccountDetails>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��Z�؛+� 5 xl/workbook.xml � (� ����0D�&�C��*�N\�z4Ж�5���H�yۙ�};�l��3���+lE{蓼1�{T�NfBv�X>H�bFɱ1��P{v=�3fq/�v��]i���d:�#z5�(R��x �\�=%�.�`lu��5�~Se��Q +ڀJ�s�*z��2��� ������;�d���PK ��Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK ��Z���8' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rcfb033391bb540a4" /></Relationships>PK ��ZWK�! � xl/worksheets/sheet1.xml � (� ��]s�0�� ��B��GG���~[/v�Y����X��7 ���������8.����)�<N7Cz�u�f�.������ܽ �i��GR��7�E6t���^�~��d�^��uo�fIX��ٻ��V�B���.���G P?��P�ʣx���j�R+�f2\VKHևRIo��`����L�����c��G� ��}~r�;����������I��Y�,�*ܭ�y����=*T��*�H�y��$q�:�I¯�}/�h�b� �!� �:�]^�ɯ�m�T9�Q�Gm�{*�( �9�����c���H��3t>O�<�f>��A���"DU�����c^x� �,9V���x���ܯ���'�� �-c g�|�F�N�zD \�Y@�e����)�^��� � �L s�(�`�-�`�j �{F1�J}K�F<xb�J(e@��m�z08q �Y`�A�ꅥB#l�£�q��(b��h[ ���A�WðTh����P*C$hi���� �N�qX��A����WW�2��:u|�������Yfk�O�.q�'P�� �%n���>t��>A�ĴO�.q�'x�x��K<:�5�ɀh]}6 Z[_���W�5vf@�ξ��s���W��C�}���}m@�~����{l@�~������ΎL �6�{�����h#y���Ɏ<ۑ;�jGfD�v�͗�fq�!�{h@t�H�C�{h@t ����C�{h@t�ky�#�v�Ŏ�ڑ��=4 ��D��?�e�ԟ�MҴ�Y��}�c5�PK ��Z'�� P xl/_rels/workbook.xml.rels � (� ��KN�0��b͞8I�<P�n�a[z���DM��v���G� XE�Tb���Ѽ>}�����z�6����4�%)1e��t ��~�h�Y�1�'|?̞���C�9���$}bg����M2��u|��$;�<M��e��e��V�Aag�y� ���u'���A������א%�J�mh�D}��*���XA�wS��2��z}��e[A��Qf�2�th����^:-��<�� U.J@�i}U�7��PK ��ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ��Z��$ � � xl/sharedStrings.xml � (� �T]o�0�+Qޝ�4 j;�vT��:���[����ؙ�t�~=� �b�x�9>��yz�ص� �J��4J� %UL��,��{G�00$�VI��g4ap5�c'�f���ı�G��D�G��t��!6�F`�h�6Βdw dP5H;s�� ����߀{B̧v�^Nc;��?N?�M���>s��c��yP���\��%�j�z�Rط>�~v��s�[�R�iq-p���{�<Z��-J��3�N����������ur|��o���������-�B��u�K��項=oz���U�d�nR�d|B (� �9�`��yóf�I���� ���i�� ��e�byQc���o�5Z�����WԥW=xy<��^,gc���m�^��V(]�ht#���~�uc5�u��i�2�I�IB��rR&��g5�1��W�ގ��h-m�y����{�p@mQ��h�$h��Z=��Bb��̿PK- ��Z�؛+� 5 xl/workbook.xmlPK- ��Z���� � � [Content_Types].xmlPK- ��Z���8' ' U _rels/.relsPK- ��ZWK�! � � xl/worksheets/sheet1.xmlPK- ��Z'�� P 4 xl/_rels/workbook.xml.relsPK- ��ZЃc'2 E z xl/styles.xmlPK- ��Z��$ � � � xl/sharedStrings.xmlPK � $
application/vnd.ms-excel
Sample:
PK ��Z���ֶ 5 xl/workbook.xml � (� ����0D�&�C����� '.^=x_�VhK��|K $��ξ�b2�o���G �嶤��cΘ�*p3�;a��}1#��X�V�=K�njY�K�]'GG�?,7Z��u�^ J�Դ��)�fO���2k��$l ��Ta�ETD������ے�(��ãI�Dr��O9����`[W_PK ��Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK ��Z<��' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rb23cfbda36d54b24" /></Relationships>PK ��ZWK�! � xl/worksheets/sheet1.xml � (� ��]s�0�� ��B��GG���~[/v�Y����X��7 ���������8.����)�<N7Cz�u�f�.������ܽ �i��GR��7�E6t���^�~��d�^��uo�fIX��ٻ��V�B���.���G P?��P�ʣx���j�R+�f2\VKHևRIo��`����L�����c��G� ��}~r�;����������I��Y�,�*ܭ�y����=*T��*�H�y��$q�:�I¯�}/�h�b� �!� �:�]^�ɯ�m�T9�Q�Gm�{*�( �9�����c���H��3t>O�<�f>��A���"DU�����c^x� �,9V���x���ܯ���'�� �-c g�|�F�N�zD \�Y@�e����)�^��� � �L s�(�`�-�`�j �{F1�J}K�F<xb�J(e@��m�z08q �Y`�A�ꅥB#l�£�q��(b��h[ ���A�WðTh����P*C$hi���� �N�qX��A����WW�2��:u|�������Yfk�O�.q�'P�� �%n���>t��>A�ĴO�.q�'x�x��K<:�5�ɀh]}6 Z[_���W�5vf@�ξ��s���W��C�}���}m@�~����{l@�~������ΎL �6�{�����h#y���Ɏ<ۑ;�jGfD�v�͗�fq�!�{h@t�H�C�{h@t ����C�{h@t�ky�#�v�Ŏ�ڑ��=4 ��D��?�e�ԟ�MҴ�Y��}�c5�PK ��Zn!O� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_�L�(N6�t��c<�Vl����ٺ�z��Tj��n�B� <=�����ݿM#{!�kjȒe��t5��~X�~�=Ј!���0{�_C¼�ܫ�&��Ď�n�K��� ;�y�J��e��e���փ�G������Zw�=Q vD�Q��'��zdI�{jk84�!��j�K%����|�����녌VU.$b�� �7�]ezt�>7�tZ��4�)�Aɢ�Ċʫ���/PK ��ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ��Z��$ � � xl/sharedStrings.xml � (� �T]o�0�+Qޝ�4 j;�vT��:���[����ؙ�t�~=� �b�x�9>��yz�ص� �J��4J� %UL��,��{G�00$�VI��g4ap5�c'�f���ı�G��D�G��t��!6�F`�h�6Βdw dP5H;s�� ����߀{B̧v�^Nc;��?N?�M���>s��c��yP���\��%�j�z�Rط>�~v��s�[�R�iq-p���{�<Z��-J��3�N����������ur|��o���������-�B��u�K��項=oz���U�d�nR�d|B (� �9�`��yóf�I���� ���i�� ��e�byQc���o�5Z�����WԥW=xy<��^,gc���m�^��V(]�ht#���~�uc5�u��i�2�I�IB��rR&��g5�1��W�ގ��h-m�y����{�p@mQ��h�$h��Z=��Bb��̿PK- ��Z���ֶ 5 xl/workbook.xmlPK- ��Z���� � � [Content_Types].xmlPK- ��Z<��' ' U _rels/.relsPK- ��ZWK�! � � xl/worksheets/sheet1.xmlPK- ��Zn!O� P 4 xl/_rels/workbook.xml.relsPK- ��ZЃc'2 E | xl/styles.xmlPK- ��Z��$ � � � xl/sharedStrings.xmlPK � &