Invite
User invitation
Authorizations
Body
companyNamestringOptional
emailstringRequired
languagestringRequired
linkstringOptional
namestringRequired
ownerintegerOptional
ownerForUserIdintegerOptional
roleIdintegerOptional
surnamestringRequired
ttlintegerRequired
userintegerOptional
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //api/user/invite HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"companyName": "text",
"email": "text",
"language": "text",
"link": "text",
"name": "text",
"owner": 1,
"ownerForUserId": 1,
"roleId": 1,
"surname": "text",
"ttl": 1,
"user": 1
}
{
"companyName": "text",
"email": "text",
"language": "text",
"link": "text",
"name": "text",
"owner": 1,
"ownerForUserId": 1,
"roleId": 1,
"surname": "text",
"ttl": 1,
"user": 1
}
Update Ttl Invite
Authorizations
Body
ownerintegerOptional
ttlintegerRequired
userintegerRequired
Responses
204
No Content
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
put
PUT //api/user/invite HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 28
{
"owner": 1,
"ttl": 1,
"user": 1
}
No content
User delete
Authorizations
Body
ownerintegerOptional
statusintegerOptional
userintegerRequired
Responses
204
No Content
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
delete
DELETE //api/user/invite HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"owner": 1,
"status": 1,
"user": 1
}
No content