Invite User Contact
POST
/v1/bolts/{boltId}/inviteInvite a user to a Bolt. Available roles are technical contact and developer.
Request
Path Params
boltId
string
required
The ID of your Bolt.
Example:
1234
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
data
object
required
attributes
object
required
Example
{
"data": {
"attributes": {
"mail": "mail@example.com",
"role": "developer"
}
}
}
Request samples
Responses
Parameter Error(422)
No Content(204)
HTTP Code: 422
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "User not found. Please register a new account at https://cp.sbdev.r99.no/signup"
}
Last modified: 5 months ago