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": "9333ed44-cba4-4107-a131-fbf07137bcc2", "operatorID": "29eb83b9-70d0-4ac1-b746-d8c27f06e3d6", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "a46adca2-20e3-4044-b844-65fc3f847e28", "6435a2d2-5a79-4a47-91b3-8300988b072a" ], "privilegeGroup": "37738180-f09f-43ea-86e5-289d9b1d9b9e", "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>9333ed44-cba4-4107-a131-fbf07137bcc2</ID> <OperatorID>29eb83b9-70d0-4ac1-b746-d8c27f06e3d6</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>37738180-f09f-43ea-86e5-289d9b1d9b9e</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>a46adca2-20e3-4044-b844-65fc3f847e28</d2p1:guid> <d2p1:guid>6435a2d2-5a79-4a47-91b3-8300988b072a</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": "7c3a9883-aa4c-44d2-b813-b060cf044858", "operatorID": "ea860839-ea9c-4807-ac65-98e366b7d2c4", "email": "sample string 3", "password": "sample string 4", "confirmPassword": "sample string 5", "verified": true, "disabled": true, "timeZone": "sample string 8", "storeScope": [ "fd187533-8880-470c-b1cb-f93c0b69dfe9", "7a8966ee-b2ae-4986-8372-da7b6b59d7d0" ], "privilegeGroup": "99df82aa-6256-4539-8843-3e9ddd03c351", "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>7c3a9883-aa4c-44d2-b813-b060cf044858</ID> <OperatorID>ea860839-ea9c-4807-ac65-98e366b7d2c4</OperatorID> <Password>sample string 4</Password> <PrivilegeGroup>99df82aa-6256-4539-8843-3e9ddd03c351</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>fd187533-8880-470c-b1cb-f93c0b69dfe9</d2p1:guid> <d2p1:guid>7a8966ee-b2ae-4986-8372-da7b6b59d7d0</d2p1:guid> </StoreScope> <TimeZone>sample string 8</TimeZone> <Verified>true</Verified> </AccountDetails>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK P�[���ʶ 5 xl/workbook.xml � (� ����0��&�C���D)��x���V�O�5��B $���~;|�~h��G�_�>W0�mZ��:0�NZ�E��1+�j���[� �$7�aAY��rHW�?,tD�=@���BZ���S��Q��Vw1 [C�7�#l����������ܻ��)��3ȯI�dM����;{�q����PK P�[���� � [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 P�[~i9�' ' _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="R58356e1e963646e5" /></Relationships>PK P�[�?^�� xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN��Q;m���~z�{�j�L�8@k���1��A�<�!y���_����y���Ї ��\��<]� ��r�C���V���R�����8ˇ��,7gaX̖2K�@m�Z�-T�%�~��B�X�39V��L��#��\��R��X����U��Z�&�ɼ�B�ڕʒt��TW�v��r1�/�l�}/ j�W*��ѽW��R����|裚 {�~�K���"�X�S����۲�&E�f�VE}���������ݦ�r9���`�E����(U�{�m��7z|�'��3BPqZO=��\�И ��i=m�����G=�1�t �ֳF���8 �v�x�����N|�q���z���>2� ��j��;N#�A ��Qa9蜁�D���� m� w�F� ���6vp�Fzg���B<8J "F�\���u�6ze��^}��b텣B>8��Q.��ű�BC8䐒 �0�8�� m ���(�Y�*�Ok�p7��5N�d4�����e]���зE=���*����A�Yi�O@����K����}�v�I����M�`]�O�.q�'D���q��iq�0����>Z��'b��lAc_,���1��Z�����>}��>�v_Z��>� �����ڂ~O,������ FK�,�ђ{b��{/n�э<��g7�bA��1�2� ����h".�ǣ�'J�2�g���v�PK P�[��O�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8I]'��ݰa[zǙ��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ����� Y�v�`�N��j�m7{UL�s`iņL���A�T�܌6u��IŔ���JU���s����Lv8���#4>:}���?����c0��A�c?��/���S���� �U.���Z��ï�w��iEY�=Q�&%��7�1�c�}���iY^�U�JJ�R�B��Ư�b�PK P�[Ѓ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 P�[���� � xl/sharedStrings.xml � (� �T]o�0�+Q���8I�v�*�u"���Mk)�3����zLA��l��s|�Ϲ:���k�j#����8 �Lq!����]D��X�Z%q�ф��bf� �T�yx���$����c�;����57GD۵I��eҁ�a�� �<$��A������X��b��%v1K~�~"�5X�}��Mm���4�K%����O�E#��W�������[���S��ۊgL��h�k�����hQKhk��g�V]o/�?���7� ���l�*+��O�B�!�[����q7+�Q�l���uM��)#PQJ"��EyγhO'$ڧeʚ4�iA�Z��TB�44�F��"�(���Oy���@��]��:�u�U@�>�K���X��j[d���k��z,��~�|�uc=�u��*�� *������ҜD+�yJ)&��x���FZ�y����{�p@רO�a�C � 4�[�̅y���V�PK- P�[���ʶ 5 xl/workbook.xmlPK- P�[���� � � [Content_Types].xmlPK- P�[~i9�' ' U _rels/.relsPK- P�[�?^�� � xl/worksheets/sheet1.xmlPK- P�[��O�� P � xl/_rels/workbook.xml.relsPK- P�[Ѓc'2 E : xl/styles.xmlPK- P�[���� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK P�[z *a� 5 xl/workbook.xml � (� ���� ��&����д=��ՃwJ!�� �>���M�yۙ��v�م���}�dcZ�R�5!Q(0<���w��S��I��Z@��ۀM�B)#&���Qi�J��} >F�̴��w�B���a�Efc�����!�j l�( Yn��=O�����1 ���}BVF�hue�����PK P�[���� � [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 P�[��IK' ' _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="R27b43b9f217c4411" /></Relationships>PK P�[�?^�� xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN��Q;m���~z�{�j�L�8@k���1��A�<�!y���_����y���Ї ��\��<]� ��r�C���V���R�����8ˇ��,7gaX̖2K�@m�Z�-T�%�~��B�X�39V��L��#��\��R��X����U��Z�&�ɼ�B�ڕʒt��TW�v��r1�/�l�}/ j�W*��ѽW��R����|裚 {�~�K���"�X�S����۲�&E�f�VE}���������ݦ�r9���`�E����(U�{�m��7z|�'��3BPqZO=��\�И ��i=m�����G=�1�t �ֳF���8 �v�x�����N|�q���z���>2� ��j��;N#�A ��Qa9蜁�D���� m� w�F� ���6vp�Fzg���B<8J "F�\���u�6ze��^}��b텣B>8��Q.��ű�BC8䐒 �0�8�� m ���(�Y�*�Ok�p7��5N�d4�����e]���зE=���*����A�Yi�O@����K����}�v�I����M�`]�O�.q�'D���q��iq�0����>Z��'b��lAc_,���1��Z�����>}��>�v_Z��>� �����ڂ~O,������ FK�,�ђ{b��{/n�э<��g7�bA��1�2� ����h".�ǣ�'J�2�g���v�PK P�[;J��� P xl/_rels/workbook.xml.rels � (� ��An� E��f�cC�(N6�t��Ɗ Hۜ���W(j�֑��&+4��i������m��88�@Y0 h���7pNz���n{�Q�|#��G���I�o(���$c�<���.L2�2��Ku�=�%c��9n��x����zP���yB�� �WN� & GzL �D�~e��@���R�b�1��Z(��M-�ˈ���Z�dJ�9c%�Z�5��*cd��9����<����J��^����uN��_� PK P�[Ѓ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 P�[���� � xl/sharedStrings.xml � (� �T]o�0�+Q���8I�v�*�u"���Mk)�3����zLA��l��s|�Ϲ:���k�j#����8 �Lq!����]D��X�Z%q�ф��bf� �T�yx���$����c�;����57GD۵I��eҁ�a�� �<$��A������X��b��%v1K~�~"�5X�}��Mm���4�K%����O�E#��W�������[���S��ۊgL��h�k�����hQKhk��g�V]o/�?���7� ���l�*+��O�B�!�[����q7+�Q�l���uM��)#PQJ"��EyγhO'$ڧeʚ4�iA�Z��TB�44�F��"�(���Oy���@��]��:�u�U@�>�K���X��j[d���k��z,��~�|�uc=�u��*�� *������ҜD+�yJ)&��x���FZ�y����{�p@רO�a�C � 4�[�̅y���V�PK- P�[z *a� 5 xl/workbook.xmlPK- P�[���� � � [Content_Types].xmlPK- P�[��IK' ' T _rels/.relsPK- P�[�?^�� � xl/worksheets/sheet1.xmlPK- P�[;J��� P � xl/_rels/workbook.xml.relsPK- P�[Ѓc'2 E : xl/styles.xmlPK- P�[���� � � xl/sharedStrings.xmlPK � �