createUser()
Home > @gooddata/sdk-backend-spi > IOrganizationUserService > createUser
IOrganizationUserService.createUser() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates a new user.
Signature:
createUser(user: IUser): Promise<IUser>;
Parameters
Parameter | Type | Description |
---|---|---|
user | IUser | user to create |
Returns:
Promise<IUser>