ResendInvitation

POST/auth/v1/memberships/{user.org_id}/invite/resend

Path Parameters

user.org_id*org_id

The user.org_id path parameter.

Request Body

required
application/json
{
  "user_id": "string"
}
user_id?string

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X POST "https://api.rixl.com/auth/v1/memberships/string/invite/resend" \
  -H "Content-Type: application/json" \
  -d '{}'

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}