v1

latestOpenAPI 3.1.02026-07-17152154.1 KB
Stewardships

Assign a steward to a stewardship

Assigns a user as a steward (lead or co-steward) for the given stewardship. Optionally transitions the stewardship status to assessing in the same operation.

post/akrites/stewardships/{id}/assign

Path parameters

idinteger required

Request body

userIdstring required

Auth0 sub of the user to assign.

role'lead' | 'co_steward' required
notestring

Optional note stored in the steward_added activity metadata.

moveToAssessingboolean

When true, automatically transitions stewardship status to assessing after assignment.

Example request

{
  "userId": "auth0|abc123"
}

Response

Steward assigned.