Skip to main content

Interface: SCUserPermissionType

SCUserPermissionType interface

Properties

accept_connection

accept_connection: boolean

If user can accept a connection

Defined in

user.ts:538


create_contribute

create_contribute: boolean

If user can create a contribute

Defined in

user.ts:510


create_poll

create_poll: boolean

If user can add a poll when creating a contribute

Defined in

user.ts:514


create_post

create_post: boolean

If user can create a post

Defined in

user.ts:522


create_post_with_category

create_post_with_category: boolean

If user can add categories when creating a post

Defined in

user.ts:526


follow_user

follow_user: boolean

If user can follow users

Defined in

user.ts:530


locate_post

locate_post: boolean

If user can locate a contribute

Defined in

user.ts:518


request_connection

request_connection: boolean

If user can request a connection

Defined in

user.ts:534


upload_video

upload_video: boolean

If user can upload video when creating a post.

Defined in

user.ts:506