As part of application development we need to access the outsystems User information and thier role available in Life time in the appliaction. How is it to be done?
Hi Jeyakumar,
This document will help you how to access Users app.
https://success.outsystems.com/documentation/11/developing_an_application/secure_the_application/end_users/access_the_users_app/
You can access Lifetime,
https://<environment_address>/Lifetime
Regards,
Wasimkhan S
Hi Wasim,
The question is not about application users, but about LifeTime users (developer accounts).
Daniel
My comment seems of topic,.but that is only because the other reply was updated after mine was posted.
You can access this data by using the LifeTime API v2.
For a detailed description of this API see:
https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_api_v2/
You can access all the teams, roles and users information through this API.
Hi Daniel,
I have tried to access this data using lifetime swagger api. While uploading the swagger json from rest api i am getting this error.
Hi,
Just ignore that error, and see that all methods are imported into Service Studio.
What you need to do is fix the Base URL property of your REST APi in Service studio to have it point to your lifetime environment:
http://www.yourdomain.outsystemsenterprise.com/lifetimeapi/rest/v2