Home > @vsf-enterprise/sapcc-api > Endpoints > createUser
Endpoints.createUser() method
Create User
Signature:
createUser(context: SapccIntegrationContext, props: UserSignUpProps): Promise<User>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | UserSignUpProps | An object containing propertios for creating users. |
Returns:
Promise<User>