Docs Menu
API Developer Guide / middleware / pub / security / flow / addUserFlow

Service: addUserFlow

This service enables the addition of a new user to the system.

Input Parameter:

Name Type Description
*payload: Document User Information
userid: String User ID of user
isAdmin: Boolean Is user the admin
isDeveloper: Boolean Is user the developer
groups: String Array Group associated with user
email: String Email of the user
name: String Name of the user

Output Parameter:

Name Type Description
status: Boolean A boolean value indicating the status of the operation, where true represents success.
respPayload: String A string containing additional response payload.
error: String Error Message