Exception while calling POST Telligent API

Exception while calling POST Telligent API

This question has suggested answer(s)

Dear support team,

 I am able to call GET Telligent API request call  and get the expected response but

not able to call POST Telligent API call( create new user in telliogent Enterprise), got  exception with webexception response details  as below

<?xml version="1.0" encoding="utf-8"?>

<Response>

<Info /><Warnings /><Errors>

<Message>Unauthorized: Permission to create users denied.

</Message><Message>Unable to create user(s)</Message>

</Errors> </Response>

I am using Telligent Enterprise 3.1.0.23780 for developing application.

 Pleas let me know how to resolve this issue.

Thanks ,

Niranjan

All Replies
  • Hi Niranjan,

    Can you make sure that the user making the POST has the proper permission for creating users?  The permission is named:  Site - Manage Membership.

  • after giving permission suggested by it started working fine ..

    But have anothe issue :

    I have install Telligent Enterprise version 3.1.0.23780 for developing application.

    Case 1 : Form authentication and anonymous user enabled rest all disabled in Telligent enterprise website

    I call REST Telligent API (Endpoint) then it works fine.

    Case 2 : Windows authentication enable rest all disabled in Telligent enterprise website

    I call REST Telligent API ( Endpoint ) then I get error “Unauthorized” Error 401  

    Could you please suggest how to resolve this problem?

    Do we need to do anything specific while calling Telligent API when we enable Windows authentication mode in Telligent?

    thanks

  • See how to access the REST API through Windows authentication:

    telligent.com/.../20910.how-to-access-rest-api-through-windows-authentication.aspx