custom_id set during user creation, instead of the internal UUID.
Endpoint
Authentication
Bearer token required.Path Parameters
The custom identifier assigned when the user was created.
Query Parameters
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.The user object. See
CollabKitUser.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.