Groupshare 2017 Unable to Create Project using the APIs

 Hi,

We are trying to create a project using the Groupshare APIs (directly, using the Groupshare Kit and the GroupShare WebApi Help page) with no success.

In the GroupShare WebApi Help page after authenticating and getting the Organization and Template Ids we issue a Create Project command with:

{

"Name": "Test-Project-2",
"OrganizationId": "0f4bf7ee-54c4-4c3d-b967-6f94c01f1569",
"ProjectTemplateId": "0f4bf7ee-54c4-4c3d-b967-6f94c01f1569"

}

but the received response is  { "Message": "Not licensed to create project" }. The user we use is the Administrator (sa).

Any ideas as to what can be wrong would be greatly appreciated.

Thank you in advance,

Costas