v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Trainings > SessionAccessMembership

Reads all Session access memberships

Reads all Session access memberships

get/api/2026-07-01/resources/trainings/session_access_memberships

Query parameters

session_idstring required

Filter memberships by session ID

Example:1

Filter memberships by session ID

ids[]string[]

Filter memberships by specific IDs

Filter memberships by specific IDs

[
  "1",
  "2",
  "3"
]
searchstring

Filter memberships by user name

Example:John

Filter memberships by user name

team_ids[]string[]

ID of the team associated with this membership

ID of the team associated with this membership

[
  "1",
  "2"
]
status[]string[]

Current status of the session attendance

Current status of the session attendance

Response

OK

Example response

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