v1
Users

Get Team Provisioning Status

Get real-time provisioning status for a user's team.

This endpoint is polled by the frontend to show accurate progress during team setup. Returns 404 if no provisioning is in progress (team already provisioned).

get/v1/users/{user_id}/provisioning-status

Response

Successful Response

overall_status'pending' | 'in_progress' | 'completed' | 'failed'

Status of an individual provisioning step.

started_atstring date-time nullable
completed_atstring date-time nullable
errorstring nullable

Overall error message if provisioning failed

Changes

No recorded changes to this endpoint across all 1 revision of this API.