Skip to main content

Validate User Data

POST 

/validateUserData

This API will validate the attribute values of an existing user. The Authorization must have Bearer followed by Token. Mandatory params: username Optional params: user properties like customproperty<1-50>, hcp<1-5>, ecp<1-5>, firstname, lastname, statuskey, manager etc.

Request

Body

    ecp1string
    Example: test1
    firstnamestring
    Example: John
    hcp1string
    Example: test2
    lastnamestring
    Example: Doe1
    usernamestring
    Example: jdoe

Responses

Validate User Data

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Success

    validationResult

    object

    ecp1string
    Example: true
    firstnamestring
    Example: true
    hcp1string
    Example: true
    lastnamestring
    Example: false