Skip to main content

Get Element User Access (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/elementusers/:user_id/access/:access_id

List a specific element user access.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    user_id stringrequired

    The element user ID.

    access_id stringrequired

    The user access ID.

Responses

Successful Operation

Schema
    element_id stringrequired

    The element ID.

    id string

    The ID.

    role stringrequired

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

    The user role.

    tenant_id stringrequired

    ID of the tenant.

    user_id string

    The element user ID.

Loading...