Creates a Activity object with the given values.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user who owns the activity.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The type of activity. If the value is not one of the defined enum values, the original value passed through will be returned.
NOTE, EMAIL, OTHER "NOTE"
The body of the activity. This can include notes, comments, or other relevant information.
"John Doe was interviewed for the position of Software Engineer."
Visibility of the activity. If the value is not one of the defined enum values, the original value passed through will be returned.
ADMIN_ONLY, PUBLIC, PRIVATE "PUBLIC"
Candidate who applied for the activity.
"018b4bfb-5ece-70b1-ad5e-862a9433aa65"
The subject of the activity.
"Interview with John Doe"
Successful Response