Show examples in:
    Invitation

    A DatoCMS administrative area can be accessed by multiple people. Every invitation is linked to a specific Role, which describes what actions it will be able to perform once the user will register.

    Object payload

    id  string
    ID of invitation
    type  string
    Must be exactly "site_invitation"
    email  string  Example: "mark.smith@example.com"

    Email

    expired  boolean  Example: "mark.smith@example.com"

    Whether this invitation has expired

    invitation_link  null, string  Example: "https://dashboard.datocms.com/join-site?email=my-email%40datocms.comff&id=43796&preference=signup&token=xxx"

    The link to join a DatoCMS project. Shown only on creation and reset

    role{ type: "role", id: role.id }

    Role

    Available endpoints