Skip to content

Get Launch Profile Member

nimblestudio_get_launch_profile_member R Documentation

Get a user persona in launch profile membership

Description

Get a user persona in launch profile membership.

Usage

nimblestudio_get_launch_profile_member(launchProfileId, principalId,
  studioId)

Arguments

launchProfileId

[required] The ID of the launch profile used to control access from the streaming session.

principalId

[required] The principal ID. This currently supports a IAM Identity Center UserId.

studioId

[required] The studio ID.

Value

A list with the following syntax:

list(
  member = list(
    identityStoreId = "string",
    persona = "USER",
    principalId = "string",
    sid = "string"
  )
)

Request syntax

svc$get_launch_profile_member(
  launchProfileId = "string",
  principalId = "string",
  studioId = "string"
)