Skip to main content

Update Element User (v2.1)

PUT 

/sdwan/v2.1/api/elementusers/:user_id

Update a specific element user.

Request

Path Parameters

    user_id stringrequired

    The element user ID.

Body

Details of the element user to be updated

    id string

    The ID.

    is_tenant_level boolean

    The tenant level is flagged.

    login_id string

    The element user log in ID. Login Id length should be between 4 and 16. = ^[a-z][-a-z0-9]*$

    password string

    The new password. Password should have atleast one alphabet, one numeric and a special character. Allowed special characters are ? = . * ! @ # % ^ & _ -; Password Length should be between 8 to 64.

    role string

    Possible values: [SUPER, READONLY, MONITOR, EVAL]

    The user role.

    username string

    The username. Max length = 255.

Responses

Successful Operation

Schema
    id string

    The ID.

    is_tenant_level booleanrequired

    The tenant level is flagged.

    login_id stringrequired

    The element user log in ID. Login Id length should be between 4 and 16. = ^[a-z][-a-z0-9]*$

    role stringrequired

    Possible values: [SUPER, READONLY, MONITOR, EVAL]

    The user role.

    username string

    The username. Max length = 255.

Loading...