SAP BI Tools · Arazzo Workflow
SAP BI Tools Provision a SAC User
Version 1.0.0
Look up a SAP Analytics Cloud user by userName via SCIM 2.0 and create the user when no match exists.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
provision-scim-user
Find a user by userName and create it if it does not already exist.
Searches for a user by userName using a SCIM 2.0 filter, then either reads the existing user or creates a new one from the supplied attributes.
1
findUser
listUsersScim2
Search the SCIM 2.0 user directory for an existing user with the supplied userName.
2
getExistingUser
getUserScim2
Read the detail of the existing matched user.
3
createUser
createUserScim2
Create a new SCIM 2.0 user from the supplied profile attributes when no existing user matched.