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 AccountDetails| Name | 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": "63f22cd0-0766-4aef-8844-0f506e3d9d60",
"operatorID": "18a0af0c-a1ac-465b-8441-c04a1e7e3e3e",
"email": "sample string 3",
"password": "sample string 4",
"confirmPassword": "sample string 5",
"verified": true,
"disabled": true,
"timeZone": "sample string 8",
"storeScope": [
"d6bff622-0176-43ba-8aa6-29a4373df3ac",
"744dee16-02a1-48fe-9c59-70c7fd8c6a59"
],
"privilegeGroup": "4f9465fc-a03f-4039-abd2-66a0c53fa72d",
"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>63f22cd0-0766-4aef-8844-0f506e3d9d60</ID>
<OperatorID>18a0af0c-a1ac-465b-8441-c04a1e7e3e3e</OperatorID>
<Password>sample string 4</Password>
<PrivilegeGroup>4f9465fc-a03f-4039-abd2-66a0c53fa72d</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>d6bff622-0176-43ba-8aa6-29a4373df3ac</d3p1:guid>
<d3p1:guid>744dee16-02a1-48fe-9c59-70c7fd8c6a59</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>63f22cd0-0766-4aef-8844-0f506e3d9d60</ID>
<OperatorID>18a0af0c-a1ac-465b-8441-c04a1e7e3e3e</OperatorID>
<Password>sample string 4</Password>
<PrivilegeGroup>4f9465fc-a03f-4039-abd2-66a0c53fa72d</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>d6bff622-0176-43ba-8aa6-29a4373df3ac</d3p1:guid>
<d3p1:guid>744dee16-02a1-48fe-9c59-70c7fd8c6a59</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 d3�\���� 5 xl/workbook.xml � (� ����0D�&�C����Q��x��}��4Ж�5���H�yۙ�};�l��3����mI{隆1�����̄:�:c� 틙��-֦}+Ԟ��_���4��rrt���r�E�G�j\Q
����@H�4{J�]����.&ak�����/�"���D�.J�Pbs�Gv �L�_�M����a�~W_PK d3�\���� � [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
d3�\���' ' _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="R7084860154c1480a" /></Relationships>PK d3�\�C �
xl/worksheets/sheet1.xml � (� ��[s�0��
��B��訝���n�kVce*� ���
"!������ɛG������Y�ۡr�]��x�6t���p/G�C���k)G���"���]�~�X�$ʽt'���*͒�Po�7?]����}"���b~&7Q�>*_ǻ�=N��Y�.�ѲZB�9�J�x��XM/W�dr5t��bN\�
*�W,��k��ɟ4}/��/�.�X�O��e�R����������օ*�V�E�ɫG'���\'�>��C�,�C�p�
�'�P��u��H�����L9�q���ye��)���<��䔇���� ���������:O�<��1�j����yvʇ�aK��9��9Q��7�����'Q[&B��_�5 ��UcAȈ@�epR:{� �m�H�sjD�� D�Lh���;���'8˄F<83�x��q��c��Q��BB��@}mkh��>=p��,�
��0 V2(� u� ���I�Rp�+��8�?ވ���8*�� KNV]V��WW�e^����+W7͏�e�&��t��>��ĸO�.q�'�.1��K�� �%�}�w��>!��C���OCcZ��Dk�ɀh�>���;3 Z��D�vn@�n}%��>�ڇ�!��k��}�G���h}�������#S�ɽю���hG�Ӿ�G;�dG��ȋ����j@4_�$4{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h_ˣy�#�v�Ŏ����=4 ����/�Z����$M�U�ݧ?V��PK d3�\+�y� P xl/_rels/workbook.xml.rels � (� ��=n!F��賀����؍���/�ϰ��p�-E��+9R��R�q��xz����c�{�F�)���x��{���>��n�9�(K���3�O|ؕ ���$s"�ڱ!M��2�$J}�=����9�2���?�`�a�y_� �אN���2�P��2���T�����nm�Yt�2�j��㓻��r!�z}�3Ɩ�5,�UmG�]e�L`�K���;�㙚�`���V���Fn���PK d3�\Ѓ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 d3�\/��� � xl/sharedStrings.xml � (� �T]o�0�+Qޝ8M[�v�*�u"���ukɱ3����zLA��l�<��{Ϲ>��걕� �Z��,�q���F��<��{G&qd��V8��h��j1��E�T�y|t�{�������g�6-84��v��GD��4��J[*��Dž��+q���7�G���-6�Y�����'��Ѐ�&d�}W9���m�!�ԊӾDB#�� _ {�;��g��!^{�X3��@�'!�k��.����(�5�M ԝ�m�.�m���U7� ����o�����0���o�����*PT#�p�m�|��*x���:�*Rr2��%�|D+,�iS�aM6
�20RV�=�%a���X�oXc��$�D�x�._�GAL����`-g�M�ZJd��$kT>z,��}˾����E�uX]���h�II�)�}����F�q<�sAY��m�+�@���x
h��I0Lv�@1�6yk�0/�!����wPK- d3�\���� 5 xl/workbook.xmlPK- d3�\���� � � [Content_Types].xmlPK-
d3�\���' ' U _rels/.relsPK- d3�\�C �
� xl/worksheets/sheet1.xmlPK- d3�\+�y� P 3 xl/_rels/workbook.xml.relsPK- d3�\Ѓc'2 E
y xl/styles.xmlPK- d3�\/��� � � xl/sharedStrings.xmlPK � #
application/vnd.ms-excel
Sample:
PK d3�\IB^� 5 xl/workbook.xml � (� ����0��&�C���D
)��x��})�4П�5���H�yۙ��v�d��3���/\I�l��=*�cQ�]g���{1�uR`m�[�,;/��A�{i=]h���u�����i����fO��O2k��$l ��O��")�AaIk@Ir�mIO��B��c&n�i�3^sȑn�
�����PK d3�\���� � [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
d3�\|��' ' _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="Rc984cce7849d48d5" /></Relationships>PK d3�\�C �
xl/worksheets/sheet1.xml � (� ��[s�0��
��B��訝���n�kVce*� ���
"!������ɛG������Y�ۡr�]��x�6t���p/G�C���k)G���"���]�~�X�$ʽt'���*͒�Po�7?]����}"���b~&7Q�>*_ǻ�=N��Y�.�ѲZB�9�J�x��XM/W�dr5t��bN\�
*�W,��k��ɟ4}/��/�.�X�O��e�R����������օ*�V�E�ɫG'���\'�>��C�,�C�p�
�'�P��u��H�����L9�q���ye��)���<��䔇���� ���������:O�<��1�j����yvʇ�aK��9��9Q��7�����'Q[&B��_�5 ��UcAȈ@�epR:{� �m�H�sjD�� D�Lh���;���'8˄F<83�x��q��c��Q��BB��@}mkh��>=p��,�
��0 V2(� u� ���I�Rp�+��8�?ވ���8*�� KNV]V��WW�e^����+W7͏�e�&��t��>��ĸO�.q�'�.1��K�� �%�}�w��>!��C���OCcZ��Dk�ɀh�>���;3 Z��D�vn@�n}%��>�ڇ�!��k��}�G���h}�������#S�ɽю���hG�Ӿ�G;�dG��ȋ����j@4_�$4{HZ��C�{�Gz�C�{h@t��Ԁ��C�{h_ˣy�#�v�Ŏ����=4 ����/�Z����$M�U�ݧ?V��PK d3�\��ޭ� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;���4 �n�R.��8�H��6�����W�U�6H]t�j4��'�|���o�@�b�]e���S^��k��C��z��Hy"�~�$��MiZQ��Q��O�r��0�����I���V��4�p�$�˄�!zcz��^�Ft�0}��-br����O)��P�
d�[�s�T�����@���b����LFʅ�����Z��XP���/=w��gjK�h�%[b�^���_l� PK d3�\Ѓ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 d3�\/��� � xl/sharedStrings.xml � (� �T]o�0�+Qޝ8M[�v�*�u"���ukɱ3����zLA��l�<��{Ϲ>��걕� �Z��,�q���F��<��{G&qd��V8��h��j1��E�T�y|t�{�������g�6-84��v��GD��4��J[*��Dž��+q���7�G���-6�Y�����'��Ѐ�&d�}W9���m�!�ԊӾDB#�� _ {�;��g��!^{�X3��@�'!�k��.����(�5�M ԝ�m�.�m���U7� ����o�����0���o�����*PT#�p�m�|��*x���:�*Rr2��%�|D+,�iS�aM6
�20RV�=�%a���X�oXc��$�D�x�._�GAL����`-g�M�ZJd��$kT>z,��}˾����E�uX]���h�II�)�}����F�q<�sAY��m�+�@���x
h��I0Lv�@1�6yk�0/�!����wPK- d3�\IB^� 5 xl/workbook.xmlPK- d3�\���� � � [Content_Types].xmlPK-
d3�\|��' ' U _rels/.relsPK- d3�\�C �
� xl/worksheets/sheet1.xmlPK- d3�\��ޭ� P 3 xl/_rels/workbook.xml.relsPK- d3�\Ѓc'2 E
x xl/styles.xmlPK- d3�\/��� � � xl/sharedStrings.xmlPK � "