25
Views
7
Comments
How to get all teams of IT user from Database
Question

Hi guys,

I need to create a report, which list all information about IT User in User Management in LifeTime. I need to write a query from sql to get it but i dont know to get infomation about teams of IT user in where. Thank guys


Untitled.png
Champion

Hi Mike,

I think using life time APIs you can fetch the list of IT users and other information form LifeTime as well. Please refer this link : https://success.outsystems.com/documentation/11/reference/outsystems_apis/lifetime_api_v2/

regards

yeah, thank you. but i need to provide solution about SQL to handle issue 

Champion

Hi Mike,

If you want to get data through then you should take dependencies of entities from System module. Below tables may be helpful to provide this informaiton. You can write SQL using these entities.

about User_developer , developer , I only get info about  default Role name, user name, but it hasnt any field provide info about teams. i tried to find table , which contain team's info, but i havent found yet

Champion

Hi Mike,

You are right. Seems Teams table is not available to access.

regards

What is the difference between Developer and User_Developer table? 

Is there a way to define if user is IT user or end-user based on User list in Users table?

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