POST api/users
Create or update a user account. If create adds to current tenant
Request Information
URI Parameters
None.
Body Parameters
Account model
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. |
Request Formats
application/json, text/json
{ "id": "f8efa439-59d6-4832-a8bd-4a7b2340b640", "operatorID": "747639d3-256c-453e-a832-90ca0e9b65f5", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "c54624b3-96a0-4172-80ac-1b039afd8cea", "71add274-82c2-4ecb-8442-781314f9466e" ], "privilegeGroup": "afb35f3f-9fcd-4e03-b9c2-0beb7b84b445", "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" } }
application/xml, text/xml
<AccountDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <CanPromptStores>true</CanPromptStores> <ConfirmPassword>sample string 5</ConfirmPassword> <Disabled>true</Disabled> <Email>sample string 3</Email> <ExternalSender>true</ExternalSender> <ID>f8efa439-59d6-4832-a8bd-4a7b2340b640</ID> <OperatorID>747639d3-256c-453e-a832-90ca0e9b65f5</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>afb35f3f-9fcd-4e03-b9c2-0beb7b84b445</PrivilegeGroup> <PrivilegeGroupName>sample string 14</PrivilegeGroupName> <PromptStoresOnLogin>true</PromptStoresOnLogin> <ReleaseNotify>true</ReleaseNotify> <Required>true</Required> <SecurityOptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Service.Tenancies.Browser"> <d2p1:AllowSelfVerification>true</d2p1:AllowSelfVerification> <d2p1:LoginMode>1</d2p1:LoginMode> <d2p1:LoginModeInherited>5</d2p1:LoginModeInherited> <d2p1:LoginModeSource>sample string 6</d2p1:LoginModeSource> <d2p1:SelfVerifyInherited>true</d2p1:SelfVerifyInherited> <d2p1:SelfVerifySource>sample string 8</d2p1:SelfVerifySource> <d2p1:Source>sample string 4</d2p1:Source> <d2p1:VerifierEmail>sample string 3</d2p1:VerifierEmail> <d2p1:VerifyEmailInherited>sample string 9</d2p1:VerifyEmailInherited> <d2p1:VerifyEmailSource>sample string 10</d2p1:VerifyEmailSource> </SecurityOptions> <StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </StoreIDs> <StoreScope xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>c54624b3-96a0-4172-80ac-1b039afd8cea</d2p1:guid> <d2p1:guid>71add274-82c2-4ecb-8442-781314f9466e</d2p1:guid> </StoreScope> <TimeZone>sample string 8</TimeZone> <Verified>true</Verified> </AccountDetails>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AccountDetails model
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
{ "id": "95322618-7c4d-4922-a6cf-99835109bdd6", "operatorID": "5bc301a3-465a-4306-8038-facc7314b5e7", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "3b6ea11f-9f71-4317-9b83-c4049278af95", "1c3b2dff-3fb0-478c-a841-b439799a9ce5" ], "privilegeGroup": "374392d0-7d27-431c-9aec-e3834baba3fa", "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" } }
application/xml, text/xml
<AccountDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <CanPromptStores>true</CanPromptStores> <ConfirmPassword>sample string 5</ConfirmPassword> <Disabled>true</Disabled> <Email>sample string 3</Email> <ExternalSender>true</ExternalSender> <ID>95322618-7c4d-4922-a6cf-99835109bdd6</ID> <OperatorID>5bc301a3-465a-4306-8038-facc7314b5e7</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>374392d0-7d27-431c-9aec-e3834baba3fa</PrivilegeGroup> <PrivilegeGroupName>sample string 14</PrivilegeGroupName> <PromptStoresOnLogin>true</PromptStoresOnLogin> <ReleaseNotify>true</ReleaseNotify> <Required>true</Required> <SecurityOptions xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Service.Tenancies.Browser"> <d2p1:AllowSelfVerification>true</d2p1:AllowSelfVerification> <d2p1:LoginMode>1</d2p1:LoginMode> <d2p1:LoginModeInherited>5</d2p1:LoginModeInherited> <d2p1:LoginModeSource>sample string 6</d2p1:LoginModeSource> <d2p1:SelfVerifyInherited>true</d2p1:SelfVerifyInherited> <d2p1:SelfVerifySource>sample string 8</d2p1:SelfVerifySource> <d2p1:Source>sample string 4</d2p1:Source> <d2p1:VerifierEmail>sample string 3</d2p1:VerifierEmail> <d2p1:VerifyEmailInherited>sample string 9</d2p1:VerifyEmailInherited> <d2p1:VerifyEmailSource>sample string 10</d2p1:VerifyEmailSource> </SecurityOptions> <StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </StoreIDs> <StoreScope xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>3b6ea11f-9f71-4317-9b83-c4049278af95</d2p1:guid> <d2p1:guid>1c3b2dff-3fb0-478c-a841-b439799a9ce5</d2p1:guid> </StoreScope> <TimeZone>sample string 8</TimeZone> <Verified>true</Verified> </AccountDetails>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK 0�Z0�Q� 5 xl/workbook.xml � (� ����0��&�C���J�N\�z�^�b�O�||K $���~;t2nx3����\�E�"�s������7N��{���Ck�[�$?�`dA텴/�X�:`� A�J1�q��!D�f �O2k��Dd ��M��")����,0��s�j�a�*�{�9�嵸d�tΡ�{�Q��n�PK 0�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 0�ZW��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="R9e3c4eeb4cba4c8d" /></Relationships>PK 0�Z�Wu�� xl/worksheets/sheet1.xml � (� ��[s�@�� �����'���s�\}�}f#0��� 2Lev�P�f�̱���g��>�H��Ї �^��e�d�6�����G�]���8.=����|�/�rs��l�Qd�x��Y�F�~���l�Hf�8�m�x]�!��**���e�)�C��Ul�8�W[HW�Ri����`�����{y��p6ž��+�w�ɽ���O�����CUl'��_ro/���f��8y[��$Vif٪��^���4��~wɼ\}"��R }o�-�,�}X���A�k9n�"P�2�0�\2����zr� CU\J����ZO��g���zH. c�t ��?����WPıC'j��O��u���Z��z���n�P��P_�5yA���8&���ԑ8&:=�eru� M� wN�H*8H@G�&v��#�݀�D��Q� �$��S΅@ 0��h��$D��(��� M��M��S!�ŕrVhbm) ��� ��Q� $��dHG���T��Vs�Z㨌F�<�yy�����.�mQ�:=� =3?Fh~�5q�'�K\� �%�}�t��>A�ĤO�.q�'x����K�� �%����?-��>X��Gb��dA_�-�a�1�}� ��S�z��Ӈ���Ȱ�҂~_�l�=� �����{bA�o�ȭ1��GroA�#���˃yt#On�ٍ�X���jA��L-�2r�Lĥ�v��I��q^������/PK 0�Z�_3�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8ΧvQ�nذ-����I�Ďl��Xp$��U$p%l����I3�����<��at�V�@�*�G�wp��N�n���$c�ø�Vl�`�q��4�g ��M��,cJ}O���GZ�����Lr8/��3fT���iF� �W�a@�@��;�)z �HT ���=S �X�Z��B ��L-�����;�e�a���ϼ�%��� =��ӥs�����V�L�i.#�5z��/PK 0�ZЃ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 0�Z?I$i� � xl/sharedStrings.xml � (� �Tێ�0��(����+�.U�e���'�Ik)���������@������<�y�;�Js)�~D���Ɇ�����GJ��D�8�Ϩ}�f1��xV*��?3� C͎��2�T={T�P ��GD�waEy����(�ܧ��Q��� �_��b���f1�~!��\��N��h�$U3ŗR�\��џP����s�=��h��S�1��cL���k%����٠��P4�� ��s�������.�W>`���^ޞ]�q��]��{����f�8�!7��`l���h��qI �6$���@�ZRU%�⨪�&�j���(J�<��('eDK�c��:�b����F+[p�^���t�T@�N/%��Y샥�:d�d�5 [=�qm��_~�X���:U�"�U�D�h��&3R2���i 5�������F�8�n��� �*ء:q���Qo�|��2��[Y� PK- 0�Z0�Q� 5 xl/workbook.xmlPK- 0�Z���� � � [Content_Types].xmlPK- 0�ZW��0' ' U _rels/.relsPK- 0�Z�Wu�� � xl/worksheets/sheet1.xmlPK- 0�Z�_3�� P � xl/_rels/workbook.xml.relsPK- 0�ZЃc'2 E 8 xl/styles.xmlPK- 0�Z?I$i� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK 0�Z��1ݶ 5 xl/workbook.xml � (� ����0��&�C�p� R8q�����[i�?ik���'�x�3;�����am�>�7��%oct@hZ�֑w�z�q��VJ�Pm��&�$9x�1*kB�\��Vp��Z����Q^�w����]�f9k��d���7%f�v1+fPS�k����\�%?r�5��2)�<=c��"��7���w�PK 0�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 0�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="R9a9fcdfd519e4b58" /></Relationships>PK 0�Z�Wu�� xl/worksheets/sheet1.xml � (� ��[s�@�� �����'���s�\}�}f#0��� 2Lev�P�f�̱���g��>�H��Ї �^��e�d�6�����G�]���8.=����|�/�rs��l�Qd�x��Y�F�~���l�Hf�8�m�x]�!��**���e�)�C��Ul�8�W[HW�Ri����`�����{y��p6ž��+�w�ɽ���O�����CUl'��_ro/���f��8y[��$Vif٪��^���4��~wɼ\}"��R }o�-�,�}X���A�k9n�"P�2�0�\2����zr� CU\J����ZO��g���zH. c�t ��?����WPıC'j��O��u���Z��z���n�P��P_�5yA���8&���ԑ8&:=�eru� M� wN�H*8H@G�&v��#�݀�D��Q� �$��S΅@ 0��h��$D��(��� M��M��S!�ŕrVhbm) ��� ��Q� $��dHG���T��Vs�Z㨌F�<�yy�����.�mQ�:=� =3?Fh~�5q�'�K\� �%�}�t��>A�ĤO�.q�'x����K�� �%����?-��>X��Gb��dA_�-�a�1�}� ��S�z��Ӈ���Ȱ�҂~_�l�=� �����{bA�o�ȭ1��GroA�#���˃yt#On�ٍ�X���jA��L-�2r�Lĥ�v��I��q^������/PK 0�Z����� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q 'u�M7l)�q�ؖmJ9[=R�P�Jm����h~OO��|�Xm�Ɓ�R��� ̊Y�to�N�<HجW;0���>��bc]J~�yT����qaĔ��r��-�yY�<Lp�d�����1��g�N#����]8Ǝ(�ch)5�S��fE���v�*c�Z<bU I��M-��@���;���%�sXȃ��~w��0�~I!_z�4-OմAZj"�«����PK 0�ZЃ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 0�Z?I$i� � xl/sharedStrings.xml � (� �Tێ�0��(����+�.U�e���'�Ik)���������@������<�y�;�Js)�~D���Ɇ�����GJ��D�8�Ϩ}�f1��xV*��?3� C͎��2�T={T�P ��GD�waEy����(�ܧ��Q��� �_��b���f1�~!��\��N��h�$U3ŗR�\��џP����s�=��h��S�1��cL���k%����٠��P4�� ��s�������.�W>`���^ޞ]�q��]��{����f�8�!7��`l���h��qI �6$���@�ZRU%�⨪�&�j���(J�<��('eDK�c��:�b����F+[p�^���t�T@�N/%��Y샥�:d�d�5 [=�qm��_~�X���:U�"�U�D�h��&3R2���i 5�������F�8�n��� �*ء:q���Qo�|��2��[Y� PK- 0�Z��1ݶ 5 xl/workbook.xmlPK- 0�Z���� � � [Content_Types].xmlPK- 0�Z �' ' U _rels/.relsPK- 0�Z�Wu�� � xl/worksheets/sheet1.xmlPK- 0�Z����� P � xl/_rels/workbook.xml.relsPK- 0�ZЃc'2 E 7 xl/styles.xmlPK- 0�Z?I$i� � � xl/sharedStrings.xmlPK � �