How to create "API user" in SuiteCRM

Hi , I need help in creating API user in SuiteCRM, by which the user have only access to rest api requests.

I have already added “$sugar_config[‘enable_web_services_user_creation’] = true;” in config override … but nothing gets affected in User Management -> create user

Thanks

Just add a user and restrict access via ‘Roles’. There is no way in SuiteCRM/SugarCRM CE to create an API only user.

1 Like

I have create a role and added user. enable for Leads and emails. While creating a lead through API , Im getting error message “You dont have access” . Please help

Ok some roles settings problem with Leads. I got it . Thanks