FastCommentsClient::CreateAPISSOUserData
| Name |
Type |
Description |
Notes |
| group_ids |
Array<String> |
|
[optional] |
| has_blocked_users |
Boolean |
|
[optional] |
| is_profile_dm_disabled |
Boolean |
|
[optional] |
| is_profile_comments_private |
Boolean |
|
[optional] |
| is_profile_activity_private |
Boolean |
|
[optional] |
| is_comment_moderator_admin |
Boolean |
|
[optional] |
| is_admin_admin |
Boolean |
|
[optional] |
| is_account_owner |
Boolean |
|
[optional] |
| display_name |
String |
|
[optional] |
| display_label |
String |
|
[optional] |
| opted_in_subscription_notifications |
Boolean |
|
[optional] |
| opted_in_notifications |
Boolean |
|
[optional] |
| avatar_src |
String |
|
[optional] |
| login_count |
Integer |
|
[optional] |
| created_from_url_id |
String |
|
[optional] |
| sign_up_date |
Integer |
|
[optional] |
| email |
String |
|
|
| website_url |
String |
|
[optional] |
| username |
String |
|
|
| id |
String |
|
|
require 'fastcomments-client'
instance = FastCommentsClient::CreateAPISSOUserData.new(
group_ids: null,
has_blocked_users: null,
is_profile_dm_disabled: null,
is_profile_comments_private: null,
is_profile_activity_private: null,
is_comment_moderator_admin: null,
is_admin_admin: null,
is_account_owner: null,
display_name: null,
display_label: null,
opted_in_subscription_notifications: null,
opted_in_notifications: null,
avatar_src: null,
login_count: null,
created_from_url_id: null,
sign_up_date: null,
email: null,
website_url: null,
username: null,
id: null
)