UNPKG

@oystehr/sdk

Version:

Oystehr SDK

21 lines (18 loc) 454 B
// AUTOGENERATED -- DO NOT EDIT import { AccessPolicy } from './AccessPolicy'; export interface UserUpdateParams { accessPolicy?: AccessPolicy; /** * A list of Role IDs to assign to the user. */ roles?: string[]; /** * A FHIR relative reference of the format Patient/{uuidV4}. Resource type must be one of Patient, Practitioner, Device. */ profile?: string; /** * An email of the user */ email?: string; id: string; }