Skip to main content

Refresh User Permissions

This operation is used to Refresh user permissions for Salesforce user.

Path Parameters
  • ClientId integer required

    Client Id of the salesforce organization

Query Parameters
  • instanceId integer required

    Instance Id for the salesforce organization

  • backupsetId integer required

    backupset Id for the salesforce organization

  • resetFieldMappings integer

    flag to reset field mappings

Responses

GET /salesforce/organization/:clientid/user/permissions/refresh    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientId — path required
instanceId — query required
backupsetId — query required
resetFieldMappings — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Salesforce/Organization/:ClientId/User/Permissions/Refresh' \
-H 'Authtoken: <API_KEY_VALUE>'