Invite

User invite

POST https://biometridon.polygon.pt/api/users/:id/invite

This endpoint allows you to send email to user to set the password.

Path Parameters

Name
Type
Description

id

string

ID of the user to get

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Authentication user token

{
	"data": {},
	"meta": {
		"message": "User invited with success."
	},
	"status": true
}

Last updated

Was this helpful?