Creates a pending profile associated with your account which represents an invitation to join your account and take the assessment. Once an individual receives their invite email and accepts their profile data will be included in the profiles on your account. The email provided will receive an invite in their inbox upon calling this method which will direct them to take the assessment with an authenticated session.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The properties to be assigned to the new profile.
The email which will be associated with the profile.
A custom identifier that can be used to apply a unique foreign key to the profile. This creates a Resource Alias object with the provided customId being the consumerKey and the resourceId being the ID of the newly created profile.
Success
Standard response object for successful single-resource requests in the Profile Behavior API. Contains an HTTP status code, the returned resource data, and a status indicator.