1

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.

Ilija
  • 4,105
  • 4
  • 32
  • 46
Silver
  • 23
  • 2

1 Answers1

0

API changed a bit recently, and language_id is now required when working with user model. You can use 1 as a value. It corresponds to English (en_US.UTF-8).

Team has a new and updated Active Collab docs in works.

Ilija
  • 4,105
  • 4
  • 32
  • 46