Removing a User from the Security Database Using the Services API
Go Up to Configuring Users Using the Services API
You can create a new user in the InterBase security database (admin.ib by default) using the cluster identifier isc_action_svc_delete_user. The following table lists arguments to this cluster:
| Argument | Purpose | Argument length | Argument value |
|---|---|---|---|
|
|
Name of user to delete; mandatory argument, must be the first parameter. |
2 byte length + string |
String |
|
|
Optional SQL role to adopt when administering users (reserved for future use). |
2 byte length + string |
String |
If you remove a user entry from the InterBase security database (admin.ib by default), no one can log in to any database on that server using that name. You must create a new entry for that name using isc_action_svc_add_user.