Tenant Configurations
Last updated
Was this helpful?
Last updated
Was this helpful?
This API is used to get data that is saved as tenant preference for an organisation
/org/v2/preferences/read
/org/v2/preferences/read
Timestamp at which given API request is sent.
This ID uniquely identifies a request if the same API is executed multiple times.
To make use of this API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password
Managed User token of registered MUA user performing given API request.
{"orgId":"all","key":"selfdeclarations"}
This API is used to save data as per the tenant preference for an organisation
/org/v2/preferences/create
/org/v2/preferences/create
Timestamp at which given API request is sent.
This ID uniquely identifies a request if the same API is executed multiple times.
To make use of this API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password
Managed User token of registered MUA user performing given API request.
{"orgId":"all","key":"selfdeclarations","data":"Tenant Preference Data"}
This API is used to update data as per the tenant preference for an organisation
/org/v2/preferences/update
/org/v2/preferences/update
Timestamp at which given API request is sent.
This ID uniquely identifies a request if the same API is executed multiple times.
To make use of this API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
It is a unique token/key to authenticate the user each time an API is called. For corresponding sessions this token is used, not your actual username/password
Managed User token of registered MUA user performing given API request.
{"orgId":"all","key":"selfdeclarations","data":"Tenant Preference Data"}