Mediloop

Custom roles

Platform

Create organization-specific roles by composing approved permissions and scopes.

Identity

One user identity

Membership

Tenant affiliation

Role

Functional access

Context

Tenant + membership

Overview

Custom roles let approved organizations group permissions around organization-specific job functions.

Role definition

FieldDescription
nameTenant-unique role name
display_nameHuman-readable label
permissionsApproved permission identifiers
descriptionRole purpose and intended users

Constraints

Custom roles may compose only permissions approved for the customer and tenant. They cannot grant Mediloop-internal capabilities.

Example

Custom roleCopy
{
  "name": "radiology_coordinator",
  "permissions": [
    "appointments.read",
    "imaging.read",
    "imaging.coordinate"
  ]
}

Governance

Role changes should be reviewed, audited and aligned with least-privilege policies.