Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Setup Service API User

jasperroel edited this page Mar 18, 2013 · 1 revision

In order for your client application to connect to the Salesforce.com Chatter REST API, you will need a user to represent your posts and interaction.

Here is how to get a Service user:

  1. Login to your Salesforce.com environment (as an administrator)
  2. Go to "Setup" -> "Manage Users" -> "Users"
  3. Click "New User"
  4. Fill out the Required Information fields
  • Role: Can be left empty
  • User License: Salesforce Platform
  • Select profile "Standard Platform User" *

Hit "Save"

_ * Or any profile that has the "API Enabled" checkbox enabled and "Read" Access for the objects you want to post to.

Clone this wiki locally