Cmdlets for SAP BusinessObjects BI

Build 25.0.9434

CreateUser

Create a user.

Execute


    EXEC CreateUser Name='Test', Email='[email protected]', FullName='test', Password='test123', Description='testDescription'

Input

Name Type Required Description
Name String True The name of the user.
FullName String False The full name of the user.
Email String False The email of the user.
Password String False The password of the user.
Description String False The description of the user.
IsNamedUser Boolean False The user connection type.

デフォルト値はtrueです。

ForcePasswordChange Boolean False To force the user to change the password.

デフォルト値はtrueです。

PasswordExpire Boolean False To enable password expiry.

デフォルト値はfalseです。

AllowChangePassword Boolean False Enable or disable password change.

デフォルト値はtrueです。

Result Set Columns

Name Type Description
Id Integer The Id of the created user.
Success Boolean Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details.
Details String Details of execution failure. NULL if success=true.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434