POST v2/tenantmember/{id}/changeconfig/{tenantId}
Change the access of the member on their dashboard.
Request Information
URI Parameters
Name | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | integer |
Additional Info :
Required |
|||||||||||
tenantId | integer |
Additional Info :
Required |
Body Parameters
ExternalMemberTenantFeaturesVmName | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AllowPush | boolean | ||||||||||||
AllowConfig | boolean |
Request Formats
{ "allowPush": true, "allowConfig": true }
<ExternalMemberTenantVm.ExternalMemberTenantFeaturesVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NativLabs.TouchApp.Core.Service.Property"> <AllowConfig>true</AllowConfig> <AllowPush>true</AllowPush> </ExternalMemberTenantVm.ExternalMemberTenantFeaturesVm>
Response Information
Resource Description
TenantMemberResponseName | Type | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | integer |
Id of the External Member |
|||||||||||
Name | string |
Name of the external member |
|||||||||||
string |
Email Address of the external member used also to login to the tenant admin |
||||||||||||
Phone | string |
Phone number that the member used when they register. |
Response Formats
{ "id": 1, "name": "sample string 2", "email": "sample string 3", "phone": "sample string 4" }
<TenantMemberResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppNotch.Converter.Api.Server.Models"> <Email>sample string 3</Email> <Id>1</Id> <Name>sample string 2</Name> <Phone>sample string 4</Phone> </TenantMemberResponse>