Skip to content

USERCARDACCESS ^v2.6.230 ​

Only Executes Under: Cards

Returns either "NO_ACCESS", "WRITE_ACCESS" or "READ_ACCESS" depending on the user provided access level to the card.

js
USERCARDACCESS(user_id, card)

Parameters ​

  • user_id - The user id.
  • card - The card name or id.

Examples ​

js
USERCARDACCESS("VARIABLE("user-id")", "My Card")

Result: WRITE_ACCESS