delete user via REST
Completed
Hello, i tried to delete a user via REST.
Doc: https://developers.yellowfinbi.com/dev/api-docs/current/#operation/deleteUserAdmin
I get the return Code 200 but the User is still activ.
I would have expected the user to be deleted or set to inactive but in the Yellowfin (V9.8.0.1 Build 20221005) adminarea the user is still shown as active.
Does anyone have an idea why or am I thinking wrong?
Regards,
André
Hi André,
I hope you're well.
That command removes the user's access to all organisations, effectively disabling them. I believe this is a safety feature to avoid losing access to the content that user might have created.
However you can use the SOAP Api call DELUSER to carry out the task you're looking to do. https://wiki.yellowfinbi.com/display/yfcurrent/User+Replication+and+Management+Services
Kind regards,
Chris
Hi André,
I hope you're well.
That command removes the user's access to all organisations, effectively disabling them. I believe this is a safety feature to avoid losing access to the content that user might have created.
However you can use the SOAP Api call DELUSER to carry out the task you're looking to do. https://wiki.yellowfinbi.com/display/yfcurrent/User+Replication+and+Management+Services
Kind regards,
Chris
Hi All,
We appear to have implemented said feature within our 9.9 release;
"Added the ability to update the active status of a user via the REST API. You can find more information here."
I hope this helps.
Regards,
Mark
Hi All,
We appear to have implemented said feature within our 9.9 release;
"Added the ability to update the active status of a user via the REST API. You can find more information here."
I hope this helps.
Regards,
Mark
Replies have been locked on this page!