New User Assessments
Use the newUserAssessments
mutation to obtain all available assessment URLs for the user.
A new user profile will be created if the provided email doesn't match an existing user.
Arguments
Argument
Type
Description
email
String!
User's email. If the email isn't found, a new User will be created.
externalId
String
Optional external ID. If an external ID already exists for the user, the value will be overwritten.
assessment
ID
Optional assessment Id to filter results.
Available Fields
Field Name
Type
Description
UserId
ID
The user's ID
externalId
ID
User's external ID
assessments
[Assessment
Assessment's information
Example
Example with Assessment Filter
Last updated
Was this helpful?