36
Views
7
Comments
Access, Remove, Unblock user in ODC
Question

Hi,

I have concern for Access, Remove and Unblock user in ODC
1) what I understand in ODC, we give access and remove access users via Portal. Can ODC do this via code? here is some example that I need to do via code (there is button for Access and Remove)


2) for unblock, I still cannot find any article regarding unblock user in ODC and there is no unblock function in ODC unlike O11 

O11

ODC

Hope someone can help me.

Thanks

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Erra,

Right now all.ypu can do by code.is grant, revoke and check user role access.

Outsystems is still planning to release an extensive User Management API, before the end of the year. 

Regards,

Daniel

UserImage.jpg
Erra

Hi Daniël ,

Thanks for your reply. Ya I was thinking the same too about grant, revoke function in odc studio.

will wait for the User Management API to release.

UserImage.jpg
Chris Caplinger

I would not depend on the grant and revoke server actions.  In my experience they do not work (exception below).  We have to manage these roles from the ODC portal.

Check roles has worked every time, both client and server.

Grant only works (for me) when the UserId parameter is the same as the currently logged in user

2024-12-18 16-06-42
Junaid Syed

Hello Erra,

There are already some ideas submitted to improve the user management which once implemented would probably allow us to perform these operations. At the moment they are not supported as you are expecting.

Regards,

Junaid

2025-04-22 05-54-18
Shashi Kant Shukla

Hi @Erra 

At present it is not possible Outsystems is about to release the respective API`s in Q3

Below response I got from Outsystems regarding same.


Regards

Shashi Kant Shukla

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Recent info is it will be released in November 2024. So a little bit more patience.

UserImage.jpg
Erra

Noted. Thanks :)

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