Register invitation for user who will be created
POST/v1/user/bid
Register invitation for user who will be created
Request
- application/json
Body
required
createUserRQ
defaultProject stringrequired
email stringrequired
role stringrequired
Responses
- 201
Created
- */*
- Schema
- Example (from schema)
Schema
backLink string
bid string
message string
{
"backLink": "string",
"bid": "string",
"message": "string"
}
Loading...