Docs

Initialize User

POST /users/{userId}/initialize

POST/users/{userId}/initialize

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Bootstraps a user's presence in the Event API after their account is created in the Organization API. This is typically called once per user on first login to ensure their event-side profile and associations are set up correctly.

Path Parameters

FieldTypeRequiredDescription
userIdGuidRequiredThe ID of the user to initialize. Replace `{{userId}}` in the URL.

Response

Returns 200 OK with an empty body on success.