XF 2.2 Want API Documentation to Connect with Another App

affiliatetribe

New member
Hello Xenforo Team,

I would like to add a user through the API with the specific user group permission.

Please, let me know where we can find the right API to add the user with group permission, and also do you have any examples on how to post your API.

Currently, the API documentation that I am following, does not show me a clear example and response for firing the API.

I am following this guide.
https://xenforo.com/community/pages/api-endpoints/#route_get_users_

Please let me know how would we fire the request and what would be the response?

I want something like this.

https://apidocs.pabbly.com/?version...zAcAqbGU#fa365f13-a67c-4973-8967-0e4db2c2a109

Thanks
Kulwant Nagi
 
Hello Xenforo Team,

I would like to add a user through the API with the specific user group permission.

Please, let me know where we can find the right API to add the user with group permission, and also do you have any examples on how to post your API.

Currently, the API documentation that I am following, does not show me a clear example and response for firing the API.

I am following this guide.
https://xenforo.com/community/pages/api-endpoints/#route_get_users_

Please let me know how would we fire the request and what would be the response?

I want something like this.

https://apidocs.pabbly.com/?version...zAcAqbGU#fa365f13-a67c-4973-8967-0e4db2c2a109

Thanks
Kulwant Nagi

You need to send a request to the API endpoint with an API Key in the header of the request. More information here:

 
Top Bottom