API Referenceadmin
Resend invite
Resend invitation email to user. Uses password_reset endpoint which works for users created via V2 API. Sends an email to the user with a link to set their password.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
user_id*User Id
Canonical user UUID
Format
uuidResponse Body
application/json
curl -X post "http://localhost:8000/api/v1/admin/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/invite/resend"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
