I tried to get user information including the organization info. But, I get user informations without organization info. by API (using /odata/Users(UserID))… How can i get this??
I enabled unit function in web.config and created the 2 units except ‘default’, and then the user id put in the created unit.
Above all i’d like to get all of organization information related the Users.
For example there is the user(name is ‘Test’) in Unit ‘A’ and ‘B’ and then i would get the Organizaton information with only Unit ‘A’ and ‘B’ when i try to API ‘GET /odata/Users(Test)’.