Manage User

Manage User

The Manage User API allows a given organization to create or update its users and its sub-organizations users (based on the hierarchy). Users are created by default with limits set to zero, to be later changed by the Limits Management API.

Input Parameters:

Name
Required
Definition
Comments

Email

C

Format: a-z (upper or lower), numbers, dash and underscore, 5-40 Description: Possible pattern: [email protected]

FirstName

C

Format: Alphanumeric, 10

LastName

C

Format: Alphanumeric, 15

LimitAmount

C

Format: Business rules limitation (e.g. minimum 5$)

Create Request

NewUserPassword

C

Format: 8 -10 chars. Alphanumeric, Including char: _ ! @ # $ % ^ * + ~ ? Required to have at least - One Upper (e.g. A, B...) - One Lower (e.g. a, b...) - One number (e.g. 1, 2…) - One special character (e.g. _ ! @...) Description: New password value provided by the user.

Create Request

OperationType

Y

Format options: Create Update

RoleId

C

Format options: Manager Accounting Inventory Full Issuing Reporting

Status

C

Format: ACTIVE (default) ALL

TargetOrgName

N

Format: Alphanumeric, 6-30

TargetUserName

C

Format: Alphanumeric, 6-30

Output Parameters:

XML Samples

Input XML

Last updated