/api/post-v1-companies-companyuuid-invites-eb2f6a0c75
Войти
Все методы CompanyCompanyController
manifest 0.0.0.118 • 1 июн. 2026 г., 13:50
POST/v1/companies/{companyUuid}/invitesAuthenticated

POST invites

Маршрут POST /v1/companies/{companyUuid}/invites из CompanyController. Детализация собрана из API manifest gateway.

Operation ID
CompanyController.inviteMember.POST.v1_companies__companyUuid__invites
Handler
cdp.gateway.cdp_gateway.company.controller.grpc.CompanyController#inviteMember
Consumes
Producesapplication/json
Параметры1
Request bodyCompanyInviteGatewayRequestDTO
Response bodyResponseWrapper<Object>
Request map

Маршрут и контракт запроса

POST/v1/companies/{companyUuid}/invites
Path segments
v1companies{companyUuid}invites
Security
isAuthenticated()
Parameters

Параметры

ИмяИсточникТипОбязательныйNullableSchema
companyUuid
pathStringДаНет
Request / Response

Тела запроса и ответа

Request bodyCompanyInviteGatewayRequestDTO
Nullable: Нет
CompanyInviteGatewayRequestDTO
object • CompanyInviteGatewayRequestDTO
email
String
required • not-null
role
CompanyRoleDTO
required • not-null • schema=CompanyRoleDTO
CompanyRoleDTO
enum • CompanyRoleDTO
OWNERADMINMEMBER
Поля не описаны в manifest.
expiresAtEpochMillis
Long
optional • nullable
Response bodyResponseWrapper<Object>
Nullable: Нет
ResponseWrapper<Object>
object • ResponseWrapper<Object>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null