---
title: "UserInvitationResult"
url: "https://developer.tesma.com/apis/idp-public-api-2/versions/3a3d30d9-10e8-4c7b-9457-d1f146a3a3fe/schemas/UserInvitationResult"
---

> Full API specification: https://developer.tesma.com/apis/idp-public-api-2/versions/3a3d30d9-10e8-4c7b-9457-d1f146a3a3fe.md

# UserInvitationResult

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: CHG IdentityProvider API v1
  version: 2.3.44.0
components:
  schemas:
    UserInvitationResult:
      additionalProperties: false
      properties:
        completeInviteUrl:
          description: Url for the user to complete the invite and set account details
          type:
            - "null"
            - string
        email:
          description: Email address of the user to send the invitation link to.
          type:
            - "null"
            - string
        userName:
          description: Name of the user for whom the invite was created
          type:
            - "null"
            - string
      type: object
```
