List Invites
    • Dark
      Light
    • PDF

    List Invites

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/listInvites

    Lists all of the invites on the workspace.

    Permission required: create-invite-links

    Responses
    200

    OK

    Success
    [
      {
        "_id": "kDKQ3H",
        "days": 1,
        "maxUses": 1,
        "rid": "s7CE842q9WtvLctD7",
        "userId": "sNiDqHit5nGAGFg8X",
        "createdAt": "2019-12-20T03:31:56.774Z",
        "expires": "2019-12-21T03:31:56.774Z",
        "uses": 1,
        "_updatedAt": "2019-12-20T03:33:40.065Z"
      },
      {
        "_id": "99ScEP",
        "days": 1,
        "maxUses": 0,
        "rid": "s7CE842q9WtvLctD7",
        "userId": "sNiDqHit5nGAGFg8X",
        "createdAt": "2019-12-20T03:38:20.485Z",
        "expires": "2019-12-21T03:38:20.485Z",
        "uses": 0,
        "_updatedAt": "2019-12-20T03:38:20.485Z"
      },
      {
        "_id": "Y5JKM4",
        "days": 0,
        "maxUses": 1,
        "rid": "s7CE842q9WtvLctD7",
        "userId": "sNiDqHit5nGAGFg8X",
        "createdAt": "2019-12-20T03:38:25.313Z",
        "expires": null,
        "uses": 1,
        "_updatedAt": "2019-12-20T03:38:40.116Z"
      }
    ]
    Array of object
    object
    _id
    string
    days
    integer
    maxUses
    integer
    rid
    string
    userId
    string
    createdAt
    string
    expires
    string | null
    uses
    integer
    _updatedAt
    string
    401

    Unauthorized

    Authorization Error
    {
      "status": "error",
      "message": "You must be logged in to do this."
    }
    object
    status
    string
    message
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.