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": "7dc30627-5f22-4620-be47-6c549d84e929", "operatorID": "6e98f32f-5003-4476-9c37-26cb613c5d42", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "807023db-0618-4a0a-a91b-d96329ab05f1", "9723d781-6717-442d-adbb-cf4445dc7315" ], "privilegeGroup": "c04d702a-44f1-4f85-a84d-5ecad33ae18f", "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>7dc30627-5f22-4620-be47-6c549d84e929</ID> <OperatorID>6e98f32f-5003-4476-9c37-26cb613c5d42</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>c04d702a-44f1-4f85-a84d-5ecad33ae18f</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>807023db-0618-4a0a-a91b-d96329ab05f1</d3p1:guid> <d3p1:guid>9723d781-6717-442d-adbb-cf4445dc7315</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>7dc30627-5f22-4620-be47-6c549d84e929</ID> <OperatorID>6e98f32f-5003-4476-9c37-26cb613c5d42</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>c04d702a-44f1-4f85-a84d-5ecad33ae18f</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>807023db-0618-4a0a-a91b-d96329ab05f1</d3p1:guid> <d3p1:guid>9723d781-6717-442d-adbb-cf4445dc7315</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 1�D[G)@� 5 xl/workbook.xml � (� ����0D�J���ЄB0�t��=�D�%����@���w>?_9[7���G�W�a*(�B���b'4ˮ�N�H�����Ɗ�F蕱�:yP�x�&�����KĠ� ��2P�O��k����G�{��$t��Ta�ET�p�4<p ѹw$@\��ᑴi�nIڳLdy���>`%��_PK 1�D[���� � [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 1�D[�z�0' ' _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="Rf71c8f0cd9da43e5" /></Relationships>PK 1�D[�C�8 � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN��Q;m����kVce*� ���DB�����y����8�?���!�<N�C<�:r�H���u���= �i����,�o�l讋bw���b-�(�ҝܪ{�4K�B��^�t��r�.��-|��3�� �Q�:���aڿ��w����#$�è$���h������L����͉���A���>?�vʕ�Nӷ���r袊�{���Y�,�*z��t?���P%Uf�n���I�:�I����>^�K�G�Uj�i��p�)�<���s�#$0�T���Γc��DА ���yZ��7�A��<��1�fY?���=��aK��9��9Q��7�������%����_�5 �Wm&��epT:k� D �W���pg��� D�Lh���;��3�Np� �xpb�F��`[E�'� Q+)V]X&4�Ak��\ �!C�FCh=���J� �6�2�Z#�T��*�� ����GE4d��ɪ�j~yu�.��S�W�͏�e�&.�t��>��ĸO�.q�'h���K�� �%�}�w��>!��]��Ľ�1�����h@�Z����ъ����U;7 m���hn����V������#X�{l@��� ���Āh}�ؑ�Ѷ�րh[rg@�-��?˃y�#Ov�َ�����b@4_�$4{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h�;�hG��ȳ��C�{h@t��o��#�I�2����?�F PK 1�D[wn��� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_6EI'�n�Ms��b��m��E��+�R�H]t��h~OO����Zm>Ɓ�aL}�-�A���}��1ۇl֫-*����)���S.��Ҥ�*UaB_:6�Q�ƎNJT��fL�8g�-��N����5>}��?��=�Cr��N�s�R����B�bZ��}c�#o,ZH�B練�i�t���g2�f�H.5FV���8Ѽ�X.=w��gjFj�L��mÄ�Fo�b�PK 1�D[Ѓ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 1�D[Pm��� � xl/sharedStrings.xml � (� �Tێ�0��(���q.EmW�]�J�vE $\�����Y��n�zLA��يG��όF��<w2:��B�Y�'Y�b�u��w�PG�Qũ� f�l�ֺ̧ȏ*;����o�Բ#t�&��V��:4���(�G ��gY�vT�8bzPn��A�� ���O�|���n>M�~!�uڄ̭�*����I>�Z��t�џ��V@�/��{�;��g��z��e>�@�'!� +��>����(*��8�@<UFw�������F��P�+@�p��h�!�8�|)��v���^���#�y�;ߴ��9+� רl1F����Q�J2� � ��g*�4m�[TfY��+4aE�p��U^��<����%�F_�N��tT�A/G� ��u�%-%�K2� ��K�u��/�o�����YFx�a�ͷ9"mS"��J`���i�����h�\�I���{��L�s�(�� ��5��^�Wʐ�oe�PK- 1�D[G)@� 5 xl/workbook.xmlPK- 1�D[���� � � [Content_Types].xmlPK- 1�D[�z�0' ' U _rels/.relsPK- 1�D[�C�8 � � xl/worksheets/sheet1.xmlPK- 1�D[wn��� P 3 xl/_rels/workbook.xml.relsPK- 1�D[Ѓc'2 E y xl/styles.xmlPK- 1�D[Pm��� � � xl/sharedStrings.xmlPK � %
application/vnd.ms-excel
Sample:
PK 1�D[/bA7� 5 xl/workbook.xml � (� ����0��&�C��ŀFR8q���� �4П�5���I�yۙ��v�l��0f$o5i_��!ؒ1����Ew�q B���L��Ӿ������� �4��z���ay�:? 5�(R�z�#D,��g�d4�u��5�~S"������m %ɹv�(q��í�g�2�KE�yN7����� PK 1�D[���� � [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 1�D[�[QQ' ' _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="R96ddcb59be284050" /></Relationships>PK 1�D[�C�8 � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN��Q;m����kVce*� ���DB�����y����8�?���!�<N�C<�:r�H���u���= �i����,�o�l讋bw���b-�(�ҝܪ{�4K�B��^�t��r�.��-|��3�� �Q�:���aڿ��w����#$�è$���h������L����͉���A���>?�vʕ�Nӷ���r袊�{���Y�,�*z��t?���P%Uf�n���I�:�I����>^�K�G�Uj�i��p�)�<���s�#$0�T���Γc��DА ���yZ��7�A��<��1�fY?���=��aK��9��9Q��7�������%����_�5 �Wm&��epT:k� D �W���pg��� D�Lh���;��3�Np� �xpb�F��`[E�'� Q+)V]X&4�Ak��\ �!C�FCh=���J� �6�2�Z#�T��*�� ����GE4d��ɪ�j~yu�.��S�W�͏�e�&.�t��>��ĸO�.q�'h���K�� �%�}�w��>!��]��Ľ�1�����h@�Z����ъ����U;7 m���hn����V������#X�{l@��� ���Āh}�ؑ�Ѷ�րh[rg@�-��?˃y�#Ov�َ�����b@4_�$4{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h�;�hG��ȳ��C�{h@t��o��#�I�2����?�F PK 1�D[��L� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�NH��ݰ���3N�&�e����G� XE�Tb�������4����ڼM#y�g%�A�];�N�)��6��G��D�I^�QB��_Ru�����hsǸ0����Q��QuHK�i�3�I���!:c��N�&��0=�p�=b�W��$��5�"S�l[ ��=!稚VU�1��M-�ˈ���;��`u0�FW�`��5�U�Wۗ��N��LM��lx��0!�Fo�b�PK 1�D[Ѓ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 1�D[Pm��� � xl/sharedStrings.xml � (� �Tێ�0��(���q.EmW�]�J�vE $\�����Y��n�zLA��يG��όF��<w2:��B�Y�'Y�b�u��w�PG�Qũ� f�l�ֺ̧ȏ*;����o�Բ#t�&��V��:4���(�G ��gY�vT�8bzPn��A�� ���O�|���n>M�~!�uڄ̭�*����I>�Z��t�џ��V@�/��{�;��g��z��e>�@�'!� +��>����(*��8�@<UFw�������F��P�+@�p��h�!�8�|)��v���^���#�y�;ߴ��9+� רl1F����Q�J2� � ��g*�4m�[TfY��+4aE�p��U^��<����%�F_�N��tT�A/G� ��u�%-%�K2� ��K�u��/�o�����YFx�a�ͷ9"mS"��J`���i�����h�\�I���{��L�s�(�� ��5��^�Wʐ�oe�PK- 1�D[/bA7� 5 xl/workbook.xmlPK- 1�D[���� � � [Content_Types].xmlPK- 1�D[�[QQ' ' U _rels/.relsPK- 1�D[�C�8 � � xl/worksheets/sheet1.xmlPK- 1�D[��L� P 3 xl/_rels/workbook.xml.relsPK- 1�D[Ѓc'2 E y xl/styles.xmlPK- 1�D[Pm��� � � xl/sharedStrings.xmlPK � %