GetUser: Depricated
-
- Posts: 44
- Joined: May 2nd, 2022, 11:53 am
- Contact:
GetUser: Depricated
GetUser service. It returns all the user properties and their values. It is deprecated. Could it either be undeprecated or can we be given a newer service to use. Our use case: given a userid, we need to set user address restrictions. we pass in the userid and expect it to return the user authorization type and other saved info about the user's address.
word count: 65
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: GetUser: Depricated
The service was deprecated because you can query the database for the information you need. Users are stored in the security (Identity & Access Management) application's EPUsers table in the _Base schema. The application user property definitions are stored in the User_Properties table and the values are stored in the User_Property_Values table both in the _Base schema.
word count: 60
-
- Posts: 573
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: GetUser: Depricated
Task 10507 has been created to un-deprecate the service. This post will be updated once it has a revision.
word count: 20
-
- Posts: 573
- Joined: August 26th, 2021, 9:56 am
- Contact: