16
Views
1
Comments
Connect LifeTime to external provider

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 LifeTime
2. How Connect LifeTime and External Source
3. 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 You
Annie

2022-07-11 14-05-36
Jeroen Barnhoorn

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.