[This is preliminary documentation and is subject to change.]

Create a new user in the repository.

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)

Syntax

C#
public User CreateUser(
	User user
)
Visual Basic
Public Function CreateUser ( _
	user As User _
) As User
Visual C++
public:
User^ CreateUser(
	User^ user
)

Parameters

user
Type: Perforce.P4..::..User
User specification for the new user

Return Value

The User object if new user was created, null if creation failed

See Also