Invite Recipient Endpoint
Invites a recipient by generating a password, saving them to the database, and sending an email.
Expects: - JSON with: - 'name': recipient's name - 'email': recipient's email - 'description': recipient's description - 'projectId': ID of the project to associate with
Returns: - Success message with clerk_user_id if successful - Error if required fields are missing or other issues occur
post/inviteRecipient
Request body
object required
Response
Successful Response
{"stackTrail":"paths:/inviteRecipient:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.