Adding users to an existing domain
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Adding users to an existing domain
The following code shows how to use the Users property
to add new users to an existing domain. This can also be done when
the domain is created. This code shows the usage of the NewUser( ) factory
method, passing only the name part of the user ID. The IUser interface Domain property
and Tenant property are updated automatically when
adding the user to the IDomain user collection
through its Users property. For more information,
see IUser interface:
|
See also: