Url-path (Section)#

Path: /facilities/data-sources/data-source{id}/json/attributes/url-path

Parameters#

NameTypeRequiredDefaultDescription
url-pathstringoptional/users/:subjectThe path relative to the webservice context, that makes up the subject’s attribute location that a request will be made to. The path may contain the :subject placeholder, where the username is substituted. If it doesn’t contain that placeholder, use the username-parameter parameter to configure how the username is sent over. Defaults to ‘/users/:subject’. The path may also optionally contain the :tenantId placeholder for example ‘/users/:tenantId/:subject’

Was this helpful?