This articles describes how to convert from the Staffbase legacy contacts API to the users API.
Convert Provider Config
- Update to 6.5.12 or 7.3.2 or higher
- Edit Staffbase configuration to remove Auth Id, and update the Access Key to an API token
- Run a schema scan
- Select API Target to be "Users"
- Update API Root to have /api after the DNS host name
- Run another schema scan
- Change the Scopes option to scan users with the desired attributes
Alternative Method:
- Create a new Staffbase provider, and configure with settings for scanning users at the new endpoint, and validate scanning of data
- Download both Staffbase providers as JSON files
- Edit the json files to swap the Id field of the provider
- Upload both json files
Convert Actions
Remove provisioning operations for Staffbase contact objects
Re-create using the new Add action and Add User schema
Remove export attribute flow or update operations for Staffbase contact objects
Create new Export actions using the Update action and user schema
Remove delete operations for Staffbase contact objects
Create delete operations for Staffbase user objects
Comments
0 comments
Article is closed for comments.