Documentation Index
Fetch the complete documentation index at: https://docs.dokstamp.com/llms.txt
Use this file to discover all available pages before exploring further.
Students
Students are the recipients of certificates. Unlike institutions and courses, students are registered at the tenant level — they are not tied to a specific institution or course when created. A student can be enrolled in multiple courses and receive multiple certificates.The student object
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier |
name | string | Full legal name |
email | string | Email address |
date_of_birth | date | Date of birth (ISO 8601: YYYY-MM-DD) |
gender | string | Gender identity |
social_name | string|null | Social/preferred name (used in certificates if set) |
List students
Create a student
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Full legal name |
email | string | Yes | Email address (must be unique within the tenant) |
date_of_birth | date | Yes | Date of birth (YYYY-MM-DD) |
gender | string | No | Gender identity |
social_name | string | No | Preferred/social name |
201:
Get a student
includes to load related data:
Update a student
Delete a student
Related resources
- Student Portfolio Pages — allow students to create a public portfolio
- Enrollments — link students to courses
- Certificates — issue credentials to students