Function I/O
| Name | In | Out | Side | Purpose |
|---|---|---|---|---|
| postInvites | HttpRequest | HttpResponse | network | Validates the bearer token then delegates to invite-issuance-service. |
Variables
| Name | Type | Scope | Purpose |
|---|---|---|---|
| token | string | call | Bearer token used to resolve the requesting member. |
Internal data flow
Errors
| Name | When | Means |
|---|---|---|
| ErrUnauthorized | Token missing or invalid. | 401 response. |