Hi, I am connecting my Lifetime to an external source to get Users and Roles. I have few queries in that.1. Connecting Outsytem and LifeTime2. How Connect LifeTime and External Source3. After assigning roles to LifeTime External Source where to access those data. (e.g) All my created user and their roles in User Management Console will be available in User, Role,.... Entities.In LifeTime,where does it store.
Please share some references/Documents related to this.Thank YouAnnie
Hi Annie,
You can connect to LifeTime from an external source through the LifeTime API. You can integrate this API like any other REST API to perform actions in LifeTime. For example: you can use the /Users endpoints to create new users. These can then be accessed directly in the User Management console in LifeTime.
Unlike applications users (which can be found in the User entity), IT users (i.e. the users used/created in LifeTime) are not available in an entity that can directly be accessed through applications/Service Studio (as far as I know). You can, however, retrieve user records using the LifeTime API and use them in applications that way.
See https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_api_v2/ for more details