2. Populate the graph

Once you have designed the structure of your model, it's time to build your database of objects and edges in UserClouds. This can be done in two steps:

If you are building your product or user base from scratch, you will skip straight to part (b).

A. Migrate from a pre-existing identity system

UserClouds supports mass migration from pre-existing AuthN and AuthZ systems, like Auth0 and Cognito.

Docs coming soon! For help migrating over from your existing AuthZ system, please don’t hesitate to email us at [email protected] .

B. Implement Write APIs in your software

Maintaining your authorization graph is simple with UserClouds's CRUD APIs. These allow you to create Objects and Edges programmatically in your application.

For more information on the APIs for Authorization, check out our Authorization API Docs.