Overview

Users are at the core of all MediaSilo applications. In addition to containing a user's name, address and contact information, the User object contains an array of Roles that enable a user to perform certain tasks within the scope of an Account or Project, and an array of Tags that can be used to group, sort and filter user lists.

Project Level Roles

Roles determine a users access to resources within MediaSilo and are returned as part of the user object. Administrators can create custom roles with specific permissions. These roles can be applied to users in the context of a project, which makes it possible to give users different access for each project.

[
  {
    "id": "5460fbd9e4b0deacf4b59b7f",
    "displayName": "Administrator",
    "description": "Description",
    "context": "431575073BPML",
    "level": "ADMINISTRATOR",
    "visible": true,
    "permissionGroups": [ ],
    "default": false
	}
]

For more information on roles, role templates, and permissions, see the Roles and Role Templates section.

Account Level Roles

In addition to custom Project-Level roles, MediaSilo has three standard account-level roles: Administrator, Project Manager, and User.

Administrator:

This user type has access to everything in MediaSilo, including all projects, users and billing information. We recommend not using this user type for day-to-day use, as this user will see a listing of all projects, including those that are not specifically assigned to this user.

Project Manager:

Project Managers can create new Projects and invite users, including users that do not have MediaSilo access yet. Project Managers are inherently a trusted user type with delegated user management and project management capabilities. It is important to note though that Project Managers only manage those projects they have created and not other projects. Therefore, Project Managers can also only share media with users on projects they created.

User:

This is the most common use type. By default, this user is not assigned to any projects.