v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Trainings > SessionAccessMembership

Reads a single Session access membership

Reads a single Session access membership

get/api/2026-07-01/resources/trainings/session_access_memberships/{id}

Path parameters

idstring required

Filter memberships by specific IDs

Response

OK

idstring required

ID of this membership

access_idstring required

ID of the access associated with this membership

employee_idstring

ID of the employee associated with this membership

session_idstring required

ID of the session associated with this membership

first_namestring

First name of the user associated with this membership

last_namestring

Last name of the user associated with this membership

job_titlestring

Job title of the user associated with this membership

Example response

{
  "id": "1",
  "access_id": "1",
  "employee_id": "1",
  "session_id": "1",
  "first_name": "John",
  "last_name": "Doe",
  "job_title": "Manager"
}