# Follow user Without Request process

**URL:** https://forum.social.plus/t/follow-user-without-request-process/617
**Category:** Web
**Created:** [January 14, 2023, 2:54pm UTC](https://forum.social.plus/t/follow-user-without-request-process/617 "2023-01-14T14:54:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mohamedismael](https://avatars.discourse-cdn.com/v4/letter/m/958977/32.png) [@mohamedismael](https://forum.social.plus/u/mohamedismael)
#### Post date: [January 14, 2023, 2:54pm UTC](https://forum.social.plus/t/follow-user-without-request-process/617/1 "2023-01-14T14:54:48Z")

</div>

![image](https://europe1.discourse-cdn.com/flex013/uploads/amity/original/1X/5809d9a5f434d288be0996cea8a7c97d3241aa49.png)

how to do that

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [January 15, 2023, 3:46am UTC](https://forum.social.plus/t/follow-user-without-request-process/617/2 "2023-01-15T03:46:10Z")

</div>

@mohamedismael we have enhanced the process to be quicker, you can now update the setting by calling this api `https://api-docs.amity.co/#/Network%20Setting/put_api_v3_network_settings_social` please see the request body below

```auto
{
isFollowWithRequestEnabled: false
}

```

and you can also check if it’s successfully updated by calling this api `https://api-docs.amity.co/#/Network%20Setting/get_api_v3_network_settings_social`
