SocialMediaChannelSecurity.getList (Method)

Returns zero or more structures, each containing a comma-delimited list of security permissions for either all users and groups or just one.

Returns:

SocialMediaChannelSecurity_GetList_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
EnabledPermissionNameList SocialMediaChannelPermissionList_EmptyString A comma-delimited list of all granted permissions. This includes including implicitly granted permissions. An empty string indicates that no permissions are enabled.
MinimalEnabledPermissionNameList SocialMediaChannelPermissionList_EmptyString A comma-delimited list of granted permissions. This does not include include implicitly granted permissions. An empty string indicates that no permissions are minimally enabled.

Arguments:

Name Type Required Description
channelID SocialMediaChannelID Required The unique ID of the social media channel.
userGroupID UserGroupID_All Required A user or group's ID.

Context:

License Requirements SocialMedia
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock  

Error Codes:

None

Notes:

None