custom_id set during user creation, instead of the internal UUID.
Endpoint
Authentication
Bearer token required.Path Parameters
string
required
The custom identifier assigned when the user was created.
Query Parameters
string
required
The room ID the user belongs to. Required to route the request to the correct Durable Object.
Response
Returns the same response format as Get User.CollabKitUser
The user object. See
CollabKitUser.CollabKitUserSession[]
The user’s session history. See
CollabKitUserSession.Example
Response
If no user matches the given
customId within the specified room, the API returns a 404 NOT_FOUND error.