You are on page 1of 1

Action Objects Session-Based Permission Set Actions

Supported REST HTTP Methods


URI
Get a specific Order Management action:
/services/data/vXX.X/actions/standard/om_action_name
Formats
JSON, XML
HTTP Methods
GET
Authentication
Authorization: Bearer token
Notes
You can also call the corresponding Connect REST API endpoints or Apex ConnectApi methods. For more information, see Order
Management Resources in the Connect REST API Developer Guide and ConnectApi Namespace in the Apex Developer Guide.
In flows, Order Management action inputs and outputs use Apex-defined variables that map to input and output classes in the
ConnectApi namespace.

Session-Based Permission Set Actions


Activate or deactivate a session-based permission set for the current user’s API session.
This object is available in API version 40.0 and later.
This action activates or deactivates the provided permission set for the current user’s API session. The activation or deactivation doesn’t
affect other sessions. The permission set must already be assigned to the current user.

Supported REST HTTP Methods


URI
Activate session-based permission set:
/services/data/vXX.X/actions/standard/activateSessionPermSet
Deactivate session-based permission set:
/services/data/vXX.X/actions/standard/deactivateSessionPermSet
Formats
JSON, XML
HTTP Methods
GET, HEAD, POST
Authentication
Authorization: Bearer token

39

You might also like