Since we did updates on Active Collab the API Request returns some Validation Error. (/accept-invitation
):
{
"message": "Validation failed",
"type": "ValidationErrors",
"field_errors": {
"language": [
"Value of language field is required"
]
}
}
On Active Collab Side the Users have still the Invation State.
Is there anywhere a Documentation or Changelog where i can check the updates/changes or are there some Settings to do on Active Collab?
On
https://developers.activecollab.com/api-documentation/v1/people/users/invite.html
/accept-invitation
, the language_id
is optional.
Have a Nice day.