Logo of FrontifyDeveloper PortalArrow to the right
GraphQL Reference
Mutation

inviteProjectUser():InviteProjectUser

Invite Project user. Requires basic:write scope to be accessible and Project permission level EDIT. Limitations: Does not work if User Provisioning feature is enabled.

All mutations have exactly one input field called input with a unique input and return type. This is useful to write mutations with variables, so there is always one single variable per mutation. This makes it easier to use and reuse them.

Input fields of InviteProjectUserInput
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.

Fields of InviteProjectUser
project:Project

Project where User was invited to.