Skip to main content
GET
/
api
/
v1
/
social
/
admitted
/
{socialId}
GET /api/v1/social/admitted/{socialId}
curl --request GET \
  --url https://api.scoot.app/api/v1/social/admitted/{socialId}
{
  "admitted": true,
  "banned": true,
  "admittedDateTime": "2023-11-07T05:31:56Z",
  "bannedDateTime": "2023-11-07T05:31:56Z"
}
Retrieves the list of users who have been admitted to a Scootaverse session.

Path Parameters

socialId
string<uuid>
required

Query Parameters

notifyHosts
boolean

Response

200 - application/json

OK

admitted
boolean
banned
boolean
admittedDateTime
string<date-time>
bannedDateTime
string<date-time>
I