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": "92253ca4-8fa5-497a-85a9-fb5a972b332b",
"operatorID": "25554fb9-27b9-4b1b-acbd-19e329a1258e",
"email": "sample string 3",
"password": "sample string 4",
"confirmPassword": "sample string 5",
"verified": true,
"disabled": true,
"timeZone": "sample string 8",
"storeScope": [
"0349411d-95b6-41a6-a04b-d8e64bf46271",
"928ed809-90fe-4ad2-9fc0-6f945b9084b9"
],
"privilegeGroup": "3e832010-b56d-4660-a247-1fe33445d3ce",
"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>92253ca4-8fa5-497a-85a9-fb5a972b332b</ID>
<OperatorID>25554fb9-27b9-4b1b-acbd-19e329a1258e</OperatorID>
<Password>sample string 4</Password>
<PrivilegeGroup>3e832010-b56d-4660-a247-1fe33445d3ce</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>0349411d-95b6-41a6-a04b-d8e64bf46271</d3p1:guid>
<d3p1:guid>928ed809-90fe-4ad2-9fc0-6f945b9084b9</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>92253ca4-8fa5-497a-85a9-fb5a972b332b</ID>
<OperatorID>25554fb9-27b9-4b1b-acbd-19e329a1258e</OperatorID>
<Password>sample string 4</Password>
<PrivilegeGroup>3e832010-b56d-4660-a247-1fe33445d3ce</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>0349411d-95b6-41a6-a04b-d8e64bf46271</d3p1:guid>
<d3p1:guid>928ed809-90fe-4ad2-9fc0-6f945b9084b9</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 ���\;9ٷ 5 xl/workbook.xml � (� ���� D�M��(ZM����zGY
Q� ���"F��zۙ�};t�n��G��W��2��"��4�';��;a�f!J�"V�Ck���9�.��Ȃ��K5y���a���^=�(͔���]�=�>�hlu�5D~S4�����ajܲ�0JΝ�8��U*�݊�*���yɳ��F����PK ���\���� � [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
���\��' ' _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="Rbda246c744ef4d28" /></Relationships>PK ���\�mH� �
xl/worksheets/sheet1.xml � (� ��[s�0��
��B·��ik���`�ؽf5V�"�ڟ�A$d�no���H�<�ap��l�O��q��0 ����to߆�G��!���`�f��Z����6�Ȇ��(va�/�*�� ݩ���J�$*�e���U�P�t�m"