UserSecurityServicesCreateUser Method |
Creates a new FactoryLogix user account.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public User CreateUser(
Guid sessionId,
User newUser
)
Public Function CreateUser (
sessionId As Guid,
newUser As User
) As User
public:
virtual User^ CreateUser(
Guid sessionId,
User^ newUser
) sealed
abstract CreateUser :
sessionId : Guid *
newUser : User -> User
override CreateUser :
sessionId : Guid *
newUser : User -> User
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - newUser
- Type: FactoryLogix.xTend.DataObjectsUser
A User object representing the details for the new user account. The ID field will be ignored and replaced with a valid ID during processing.
Return Value
Type:
UserA User object representing the new user account which includes the new user's ID, and may be used for subsequent updates.
Exceptions See Also