Docs
Initialize User
POST /users/{userId}/initialize
POST
/users/{userId}/initializeRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your 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
| Field | Type | Required | Description |
|---|---|---|---|
| userId | Guid | Required | The ID of the user to initialize. Replace `{{userId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.