Users can be a member of many tenants ("corps"), so it is important to make sure that requests are being made to the expected one. Every response includes a X-SessionCorpContext header with the current tenant ID. If a session changes context between requests, this header will change, providing the new tenant ID.The X-CorpContext header can be provided on requests to ensure that the request is being made to the expected current tenant. If the expectation does not match the current context, the server will reject the request with 403 Forbidden and details of the current context.If this protection is not required, to prevent unwanted response warning headers, send the X-CorpContext: ignore header with each request.