Skip to main content

Create Element User (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/elementusers

Create an element user.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of the element user to be created

    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.

    tenant_id stringrequired

    ID of the tenant.

    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.

    tenant_id stringrequired

    ID of the tenant.

    username string

    The username. Max length = 255.

Loading...