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": "028db234-b8b9-486e-94c8-e49fe071adac", "operatorID": "74a77b12-1a31-4db5-917f-de059071e26f", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "d9b3caef-f4a9-4993-bfbc-b66a6ad8b7d6", "d091a7d8-2b30-477a-82cf-aee6658292a3" ], "privilegeGroup": "52f37911-0701-4f31-bcee-8686d91690a2", "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>028db234-b8b9-486e-94c8-e49fe071adac</ID> <OperatorID>74a77b12-1a31-4db5-917f-de059071e26f</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>52f37911-0701-4f31-bcee-8686d91690a2</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>d9b3caef-f4a9-4993-bfbc-b66a6ad8b7d6</d3p1:guid> <d3p1:guid>d091a7d8-2b30-477a-82cf-aee6658292a3</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>028db234-b8b9-486e-94c8-e49fe071adac</ID> <OperatorID>74a77b12-1a31-4db5-917f-de059071e26f</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>52f37911-0701-4f31-bcee-8686d91690a2</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>d9b3caef-f4a9-4993-bfbc-b66a6ad8b7d6</d3p1:guid> <d3p1:guid>d091a7d8-2b30-477a-82cf-aee6658292a3</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 T�[ )x�� 5 xl/workbook.xml � (� ����0��&�C���'F p��Ճ���@����[ �x�3;�픓qCk�@>jԾp�C�c��Q�?�:�q B��Ō���to�:���3s8B�F�^ZOW�?,o����A�+J�Դ>)�f��_d4���I�b��r���"V�� �,��YфW�8�!�K�^�H �3�ѝ��J����PK T�[���� � [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 T�[hߛ' ' _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="Rff3bdfa288bc46a3" /></Relationships>PK T�[���� � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN�訝���n?����T����DB�����ǜ��0.?ӵ�!�"�6C<�:r�Ȗ��m�����^��,/b)KG��"�qYn/|�X�2� /�ʍ����4*�����V�d!��b��M�c����uT��*�d[��j�R���2ZVKH��Ri�l��`����;�\ �+����G� ���}qv�:��e��ˡ�*������g����h�.��~*���TC ��"[ի�&�ѹN}V��dY�C�p3�QșzUj�+�,�}� M�c�y|�N� � �u��qr�C�A9g��|P�o��:�y�q� c���>����bK��9��9^��7�u^���8"�e ę�:����<� pN� �K��q�適J9�� �s�;�Fx�(p@K�F;h��H�Au�(aD5b�Јg�/���!`l]4�Ax� Q{AT"�j� �|��£�@��BX+4B�a@<�dP:�j3,!�52DJe���R�i��ϡ��Ge4���ɫ۪���J]�Q�N�B��#4�?ٚ���%n���>A��m��ĤO�]�O�.1��K�� �%���? ӆ�h@��>m��D���;3 �d_ �6ڹig�+�N���>�i�6 ڼo���=6 ڼo �6���}gG�Dے{�mɃѶ�}-�v�Ɏ<ۑ;23 گ�Հh�� �0{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h_ˣy�#�v�Ŏ����=4 ���ٓ9V�ad>ɲR�ճ��j�PK T�[w��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��� �n��\���$"�-۴�l]�H�B-*� ���h~OO����Zo?�����5-�A#�L��)����G�D�HZ1��>F��4�'2�Ф��~1���Nȣ��U��p�$�����փ�g+O�xL߭?�1��al��%�,Q���v"��ph��(l�>L-�������d���y�Uͥ.U>T��k���s�yy��*���z��"���Fo�b�PK T�[Ѓ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 T�[���W� � xl/sharedStrings.xml � (� �Tێ�0��(�N�$�5]�v�*-�-<��p��֒/Y��n�zLA��يG�x��F��<�@�d�( �TuL�������X";�&<� ����8�4Mx�vxdžA��cz����4����q�$E,�a@�(mf��Q��� �[��b���v1��~!�4�J�̭�ʧ�1�I�n�/���џ@������!-��=��E4�w�)�K�3�ىq8�Z�q�vy��%�;�h�<�Z��^��_n+�ԁ�����W��g�|���|i�����Yy�v@G��y;X�4�NҪk�,Gm��(� @uN+y�CRb�:Ք9)�����kg��e�:Hf��@Z�S�!b���]���:�_�g^����RRy���-�@/�Dk��z4�c�~�_~�X���:U��>+k�QR&.����R TU�ո��^7�����F�,�,�~g�$���Q�� ��L�V�'sa^)C쾕�PK- T�[ )x�� 5 xl/workbook.xmlPK- T�[���� � � [Content_Types].xmlPK- T�[hߛ' ' U _rels/.relsPK- T�[���� � � xl/worksheets/sheet1.xmlPK- T�[w��� P 2 xl/_rels/workbook.xml.relsPK- T�[Ѓc'2 E y xl/styles.xmlPK- T�[���W� � � xl/sharedStrings.xmlPK � $
application/vnd.ms-excel
Sample:
PK T�[]ĵ1� 5 xl/workbook.xml � (� ����0D�&�C�����x��}-�4Ж�5���H�yۙ�};�l��4f 5jW؊��OcN���̄:�:c� 틙��#� �gg�3fq/�v��]i���dZ�#z5�(R��x �\�=$�.�`lu��5�~Se��Q +ڀJ�sk+�Pb�{��y&�^8�I{��l�]PK T�[���� � [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 T�[E�,k' ' _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="R1192a4b5dcc047cd" /></Relationships>PK T�[���� � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN�訝���n?����T����DB�����ǜ��0.?ӵ�!�"�6C<�:r�Ȗ��m�����^��,/b)KG��"�qYn/|�X�2� /�ʍ����4*�����V�d!��b��M�c����uT��*�d[��j�R���2ZVKH��Ri�l��`����;�\ �+����G� ���}qv�:��e��ˡ�*������g����h�.��~*���TC ��"[ի�&�ѹN}V��dY�C�p3�QșzUj�+�,�}� M�c�y|�N� � �u��qr�C�A9g��|P�o��:�y�q� c���>����bK��9��9^��7�u^���8"�e ę�:����<� pN� �K��q�適J9�� �s�;�Fx�(p@K�F;h��H�Au�(aD5b�Јg�/���!`l]4�Ax� Q{AT"�j� �|��£�@��BX+4B�a@<�dP:�j3,!�52DJe���R�i��ϡ��Ge4���ɫ۪���J]�Q�N�B��#4�?ٚ���%n���>A��m��ĤO�]�O�.1��K�� �%���? ӆ�h@��>m��D���;3 �d_ �6ڹig�+�N���>�i�6 ڼo���=6 ڼo �6���}gG�Dے{�mɃѶ�}-�v�Ɏ<ۑ;23 گ�Հh�� �0{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h_ˣy�#�v�Ŏ����=4 ���ٓ9V�ad>ɲR�ճ��j�PK T�[�vK � P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞؎B>�i7lؖ^`:'Q;�]�gc���V� �X��j4��'�|��6o�(^؇��t�@�%wl��)��6�ՖG�i"��DZ���>��A�@=O27�M���1���3�;��R��K\3��<��Θ����ib� �W珡g� v�;�-�����%*��C[�MI��Ja�K B�L-������;_�Ե�Tn*�}U�fS�=��O�^:-���>�j"jM�k��ɫ�XPK T�[Ѓ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 T�[���W� � xl/sharedStrings.xml � (� �Tێ�0��(�N�$�5]�v�*-�-<��p��֒/Y��n�zLA��يG�x��F��<�@�d�( �TuL�������X";�&<� ����8�4Mx�vxdžA��cz����4����q�$E,�a@�(mf��Q��� �[��b���v1��~!�4�J�̭�ʧ�1�I�n�/���џ@������!-��=��E4�w�)�K�3�ىq8�Z�q�vy��%�;�h�<�Z��^��_n+�ԁ�����W��g�|���|i�����Yy�v@G��y;X�4�NҪk�,Gm��(� @uN+y�CRb�:Ք9)�����kg��e�:Hf��@Z�S�!b���]���:�_�g^����RRy���-�@/�Dk��z4�c�~�_~�X���:U��>+k�QR&.����R TU�ո��^7�����F�,�,�~g�$���Q�� ��L�V�'sa^)C쾕�PK- T�[]ĵ1� 5 xl/workbook.xmlPK- T�[���� � [Content_Types].xmlPK- T�[E�,k' ' V _rels/.relsPK- T�[���� � � xl/worksheets/sheet1.xmlPK- T�[�vK � P 3 xl/_rels/workbook.xml.relsPK- T�[Ѓc'2 E y xl/styles.xmlPK- T�[���W� � � xl/sharedStrings.xmlPK � $