Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

InviteProjectUserInput

No description
Input fields
projectId: ID!

Id of the Project you want to invite User to.

email: Email!

Email address of the User you would like to invite.

permission: ProjectPermission! = VIEW

Project permission level of the User you are inviting.

validFrom: DateTime

Start Date for User access permission validity.

validTo: DateTime

End Date for User access permission validity.