GET api/users?includeCustomer={includeCustomer}&includeBrowser={includeBrowser}

Get all users for current tenant

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

OperatorID

globally unique identifier

None.

Email

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": "c40ca085-694a-415a-8448-56891bf37a13",
    "operatorID": "eb7a6f3d-1852-4c38-a215-51a57432be5d",
    "email": "sample string 3",
    "password": "sample string 4",
    "confirmPassword": "sample string 5",
    "verified": true,
    "disabled": true,
    "timeZone": "sample string 8",
    "storeScope": [
      "9ed85428-57de-4840-bda5-2df4df5f825d",
      "9446c1c4-36cd-4698-8f48-889ac59d82c5"
    ],
    "privilegeGroup": "d6d75f0a-9e34-44a6-821c-545686698267",
    "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>c40ca085-694a-415a-8448-56891bf37a13</ID>
    <OperatorID>eb7a6f3d-1852-4c38-a215-51a57432be5d</OperatorID>
    <Password>sample string 4</Password>
    <PrivilegeGroup>d6d75f0a-9e34-44a6-821c-545686698267</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>9ed85428-57de-4840-bda5-2df4df5f825d</d3p1:guid>
      <d3p1:guid>9446c1c4-36cd-4698-8f48-889ac59d82c5</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>c40ca085-694a-415a-8448-56891bf37a13</ID>
    <OperatorID>eb7a6f3d-1852-4c38-a215-51a57432be5d</OperatorID>
    <Password>sample string 4</Password>
    <PrivilegeGroup>d6d75f0a-9e34-44a6-821c-545686698267</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>9ed85428-57de-4840-bda5-2df4df5f825d</d3p1:guid>
      <d3p1:guid>9446c1c4-36cd-4698-8f48-889ac59d82c5</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!0�:�5xl/workbook.xml �(�����0��&�C��j�N\�z�^�V�O�||K	$޼���~;t2nh��G�ڗ��}�$���cAǝ0N��{#����V�ɳ�B�,H�}/�����X�{�����Ը���s����'���l"���o�&�v��LA�Fɹw>b�J�G��,D�Yq�
�7��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#�&�''_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="R8f0cd5507a07444e" /></Relationships>PK
/�Z��n�
xl/worksheets/sheet1.xml �(���]s�0��
��BN�訝���n?��׬��T����DB�����y����8.?���!�<N�C<�:r�H���m����^��4{��R�·�E6t�E����|��I�{�NnսU�%Q��fo~�Z�9N�Dn#D�Ln�B}T��w�{��/��]&�e���8*��;,c5�|z'���{s�:�hP��by�Ϯ�r%��|s���b�<�>|�9K����b��2~[����,�M^�:I\V�:I�Y�=��b=t	�Pp"@��,�y�&��w�r��:���1DYHCk��qr�C�A9g��|P�o��:�y�q�c�4�:O�<=��ؒcu��g��9����:/N�{�d ę�:��}o���t���󐗯�%@��Φ0
A�2��Z�0R�@�3J�,��L<�4�TU�m�y�)@�V�`ՅeB����h�8&��	���j+�M���˄�Gh��2���Tj?���)TY㨈F�,=8Yu[�/���e^t���Չ�1B�����u��.q�'p��	�%n�D�%&}"�w}�v�i�`]�O�.��'D��ihL+�рh�>��g���b@�bgDk�Հh��
Hۭ��;ه[�p?��}m@��o�����[��=1 Z�wvdj@�-�7 ږ<mK~ڟ�ю<ّg;�bGfD��|5 �/s"���Cb�Ѐ�����D�Ѐ��C;25 ��D�Ѐ�ڟ�ю<ّg;�bGfD�Ѐ��C��y�~��l���̪��ӯ��_PK
/�Z�~���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���M��ݰa[z�'Q۲]�gc���V� �X��j4��'�|�l�o�D^Їњ�A�l7���s�5�w�N"��0�.��bBC�nCiP�"d֡Im�,bJ}O�P'�#-��/p�$Nj���֣�G��3����Z
br����O)�kȳD�Եp(�kVZKY����B��e�����/dP��@�˦b��*3��s���K�ey�ƥ\���BW�Z5W5z��/PK
/�ZЃc'2E
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
/�Zz�l���xl/sharedStrings.xml �(��T]��0�+QޝO;MQӓh���q=�����i-%v�vzW~=� Pc�ģg���ȳ��
N��P�
�(	�\�B����)��X�5�Jb�ф��|f�
ܨ4Ux��dž���c�;����5Bm���k�,I��!À�A�*�ݫ��.��	1���z9��|�<�B6=j�J�̭�ڎ�0�I�z�/�l��^�?��@_
���w���.�1�uJq�]*�0-N����z�˳E-�ݢ�Q{�A>h��������ry�B��|��ི�9��� �o�Z�=t���^z���-�y�[�4��4ᐔ�S
��HIiIXQN�}�O ��3��@��5IK���@�2�R`�g{d�]ߢk�v���4}�f^���q=Rz����.Z��E~I&Z�t��ѝ0�[����� ��麨'�I�L1��R(H���0�r+�i�������V��6�<I���{�p@mQ��h�$h��Z=��Bb���PK-
/�Z!0�:�5xl/workbook.xmlPK-
/�Z����	�[Content_Types].xmlPK-

/�Z#�&�''V_rels/.relsPK-
/�Z��n�
�xl/worksheets/sheet1.xmlPK-
/�Z�~���P(xl/_rels/workbook.xml.relsPK-
/�ZЃc'2E
nxl/styles.xmlPK-
/�Zz�l����	xl/sharedStrings.xmlPK�

application/vnd.ms-excel

Sample:
PK
/�Z�f?��5xl/workbook.xml �(�����0D�&�C��HP�N\�z���6Ж�5��B	$޼��ξ>Z�5�v�{�WR�P0�D
�`4Ӯ�NC��{1۶J`m�[�	,M�3s�CP�x�O�?,?8����A�J�2����s����G9k��$l	�����"*b@cIk@Itnϒ)q���{~��5A̲r��7g���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-Kv''_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="R3863c30189b248a6" /></Relationships>PK
/�Z��n�
xl/worksheets/sheet1.xml �(���]s�0��
��BN�訝���n?��׬��T����DB�����y����8.?���!�<N�C<�:r�H���m����^��4{��R�·�E6t�E����|��I�{�NnսU�%Q��fo~�Z�9N�Dn#D�Ln�B}T��w�{��/��]&�e���8*��;,c5�|z'���{s�:�hP��by�Ϯ�r%��|s���b�<�>|�9K����b��2~[����,�M^�:I\V�:I�Y�=��b=t	�Pp"@��,�y�&��w�r��:���1DYHCk��qr�C�A9g��|P�o��:�y�q�c�4�:O�<=��ؒcu��g��9����:/N�{�d ę�:��}o���t���󐗯�%@��Φ0
A�2��Z�0R�@�3J�,��L<�4�TU�m�y�)@�V�`ՅeB����h�8&��	���j+�M���˄�Gh��2���Tj?���)TY㨈F�,=8Yu[�/���e^t���Չ�1B�����u��.q�'p��	�%n�D�%&}"�w}�v�i�`]�O�.��'D��ihL+�рh�>��g���b@�bgDk�Հh��
Hۭ��;ه[�p?��}m@��o�����[��=1 Z�wvdj@�-�7 ږ<mK~ڟ�ю<ّg;�bGfD��|5 �/s"���Cb�Ѐ�����D�Ѐ��C;25 ��D�Ѐ�ڟ�ю<ّg;�bGfD�Ѐ��C��y�~��l���̪��ӯ��_PK
/�Z�ꃖ�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8I�|��ݰa[z��Q۲]�gc������X��j4��'�|�l�o�L^���hE�A-�0��9ȇ���g�W��$�h�@�`7�z�p�>3u�H�b�Fj�8�i��5u)n��x����r�h�yA��W�N^! G�F~J�~�"�T O�Cӊu������
z75.3�_�k�ȬY���GY�J����(�px.^:uJˉZ5�<�u}�5U�^���_�PK
/�ZЃc'2E
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
/�Zz�l���xl/sharedStrings.xml �(��T]��0�+QޝO;MQӓh���q=�����i-%v�vzW~=� Pc�ģg���ȳ��
N��P�
�(	�\�B����)��X�5�Jb�ф��|f�
ܨ4Ux��dž���c�;����5Bm���k�,I��!À�A�*�ݫ��.��	1���z9��|�<�B6=j�J�̭�ڎ�0�I�z�/�l��^�?��@_
���w���.�1�uJq�]*�0-N����z�˳E-�ݢ�Q{�A>h��������ry�B��|��ི�9��� �o�Z�=t���^z���-�y�[�4��4ᐔ�S
��HIiIXQN�}�O ��3��@��5IK���@�2�R`�g{d�]ߢk�v���4}�f^���q=Rz����.Z��E~I&Z�t��ѝ0�[����� ��麨'�I�L1��R(H���0�r+�i�������V��6�<I���{�p@mQ��h�$h��Z=��Bb���PK-
/�Z�f?��5xl/workbook.xmlPK-
/�Z����	��[Content_Types].xmlPK-

/�Z-Kv''U_rels/.relsPK-
/�Z��n�
�xl/worksheets/sheet1.xmlPK-
/�Z�ꃖ�P'xl/_rels/workbook.xml.relsPK-
/�ZЃc'2E
mxl/styles.xmlPK-
/�Zz�l����	xl/sharedStrings.xmlPK�