Account (Section)#

Path: /facilities/data-sources/data-source{id}/scim2/account

Enable configuration of SCIM 2.0 Account- and Credential Data Access Provider

Parameters#

NameTypeRequiredDefaultDescription
verify-password-filternon-empty-stringoptionaluserName eq ":username" and password eq ":password" and active eq trueThe filter string to use to verify the username and password against the SCIM 2.0 server. Use “:username” and “:password” to substitute username and password
search-filter-mailnon-empty-stringoptionalemails.value eq ":email" and emails.primary eq trueThe filter string used to find a user based on the email address. Use “:email” to substitute the email
search-filter-phonenon-empty-stringoptionalphone.value eq ":phone" and phone.primary eq trueThe filter string used to find a user based on the phone number. Use “:phone” to substitute the phone number

Was this helpful?