Skip to main content

Change Profile Task Status

Update the onboarding status of a profile task by its unique ID. The new status should be provided as a query parameter.

Path Parameters
id int64 REQUIRED

Unique integer ID of the profile task

id int32 REQUIRED
Query Parameters
status string REQUIRED

New onboarding status for the profile task (e.g., 'pending', 'completed')

status string
Responses
200

Profile task status updated successfully

204

No profile task found with the specified ID

401

Unauthorized access