> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Instructor V2 # Type: Instructor Object # Link: https://dev.wix.com/docs/api-reference/business-management/online-programs/instructor-v2/instructor-object.md ## Description: Instructor entity ## Schema: ```json Type: Instructor Object | type: Instructor Description: Instructor entity - name: id | type: string | description: ID of the instructor that equals to memberId - name: value | type: string | description: - name: userId | type: string | description: User ID for real instructors (will be filled only for real instructors) - name: name | type: string | description: The name of the instructor - name: description | type: string | description: A description of the instructor - name: photo | type: Image | description: URL of profile photo - name: id | type: string | description: Wix Media image ID, set when the member selects an image from Wix Media. - name: url | type: string | description: Image URL. - name: height | type: number | description: Original image width. - name: width | type: number | description: Original image height. - name: offsetX | type: number | description: X-axis offset. Default: `0`. - name: value | type: number | description: - name: offsetY | type: number | description: Y-axis offset. Default: `0`. - name: photoAltText | type: string | description: Alt text for profile photo (needed for a11y) - name: slug | type: string | description: Slug that determines the instructor's profile page URL. - name: role | type: string | description: Role of the instructor enum: DEFAULT, OWNER, INSTRUCTOR, MANAGER - name: programIds | type: Array | description: IDs of programs instructor is assigned to - name: createdDate | type: string | description: Date and time when the instructor was created - name: seconds | type: string | description: - name: nanos | type: number | description: ```