Hello GaBriella, You can delete users from the User Graph using the below SPARQL Query in the SPARQL Endpoint, where you replace “User” with the actual username of the account you want to remove, as "urn:x-tb-users:User" is supposed to be URI for the user. You will not need to select "urn:x-evn-user-data" in the Default Graph dropdown as the WHERE clause determines the Default Graph already.
Please note that query this removes users from the directory and the dropdowns, but those users will still be on "created" and "updated by" fields as well as on the users tab and governance collection. PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> DELETE { GRAPH <urn:x-evn-user-data> {<urn:x-tb-users:User> ?p ?o }} WHERE { GRAPH <urn:x-evn-user-data> {<urn:x-tb-users:User> ?p ?o }} Thank you, Brandy On Tuesday, January 10, 2023 at 7:34:24 PM UTC-5 [email protected] wrote: > How do I delete EDG user accounts? Our method for authentication into EDG > changed and as a result all our old accounts created using a Tomcat file > are defunct, but are still hanging out in EDG. Do they need to be removed > in the same way they were created? Or is there something in the UI or > Source Code to delete them? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/2666ec8a-5f45-4ce4-86d5-65a907a3f5d0n%40googlegroups.com.
