GetSessionForProfile
Creates and returns a session for the profileId provided.
This method is used for when you need a session for a user other than the one calling the script, or when a script does not have a user context by default (ex. S2S or Scheduled).
Method Parameters
Parameter | Description |
---|---|
profileId | The profile Id |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
// Cloud Code only. To view example, switch to the Cloud Code tab
var profileId = "1234-1234-1234-1234";
var session = bridge.getSessionForProfile(profileId);
var profileId = "1234-1234-1234-1234";
var session = bridge.getSessionForProfile(profileId);