User permissions (reading)
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
User permissions (reading)
The following code show how to use the API service to
read permissions for a user using the IUserPermisson interface:
|
It is also possible to retrieve a collection of user permissions
in the database from the service and then update the user permissions
in the IUserPermissionSet collection before passing
the collection to the service to be committed in a single transaction:
|
For more information on the:
-
IUserPermissonentity interface, see IUserPermission interface -
IUserPermissonSetentity collection interface, see IUserPermissionSet interface