Endpoint
Authentication
Bearer token required.Request Body
Display name for the user.
The room to add the user to.
URL of the user’s avatar image.
Optional custom identifier for external system correlation. Must be unique within the room.
Response
The created user. See
CollabKitUser.JWT token for WebSocket authentication. Valid for 90 days. Pass this to the
CollabKitClient constructor.Example
Response (201)
Using the JWT Token
Pass the returnedtoken to the client SDK:
accountId— Your organization IDuserId— The user’s IDroomId— The room IDexp— Expiration (90 days from creation)