v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Trainings > SessionAccessMembership

Bulk creates a Session access membership

Bulk creates a Session access membership

post/api/2026-07-01/resources/trainings/session_access_memberships/bulk_create

Request body

access_idsstring[]
employee_idsstring[]
session_idstring required
notifyboolean required

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"
  }
]