Skip to main content

UserRole

Roles controlling access for admin users.

See: User

enum UserRole {
ADMIN
GLOBAL_GM
GLOBAL_MARKETER
GLOBAL_PROGRAMMER
STATION_GM
STATION_MARKETER
STATION_PROGRAMMER
}

Values

UserRole.ADMIN

Super admin.

Bypasses all access restrictions.

UserRole.GLOBAL_GM

Can manage global settings, add/manage global and station users.

UserRole.GLOBAL_MARKETER

Can create/edit/manage global promos for station use.

UserRole.GLOBAL_PROGRAMMER

Can edit show and video global metadata and create/edit/manage autopilot hero groups and collections for station use.

UserRole.STATION_GM

Can manage all settings and add/manage users for an associated station.

UserRole.STATION_MARKETER

Can create/edit/manage promos and promo messages for an associated station.

UserRole.STATION_PROGRAMMER

Can edit show and video metadata and create/edit/manage hero groups and collections for an associated station.

Member Of

CreateStationUserInput input ● CreateUserInput input ● UpdateUserInput input ● User object