SCUserModerationType
SCUserModerationType interface
Extends
Indexable
[p: string]: any
Custom user metadata fields
Properties
| Property | Type | Description | Inherited from | 
|---|---|---|---|
| avatar | string | Avatar of the user. | SCUserType.avatar | 
| bio | string | User biography. | SCUserType.bio | 
| blocked_at | string|Date | Block start date | - | 
| can_send_pm_to? | boolean | If the logged user is able to send a private message to the requested user (visible only in the get a specific user api response). | SCUserType.can_send_pm_to | 
| categories_counter? | number | Number of categories followed by the user. | SCUserType.categories_counter | 
| community_badge? | boolean | If the user has the community badge active. | SCUserType.community_badge | 
| connection_requests_received_counter? | number | Number of connection requests received by the user. | SCUserType.connection_requests_received_counter | 
| connection_requests_sent_counter? | number | Number of connection requests sent by the user. | SCUserType.connection_requests_sent_counter | 
| connection_status? | string | The connection status between the request user and this user. | SCUserType.connection_status | 
| connections_counter? | number | Number of connections of the user. | SCUserType.connections_counter | 
| cover? | string | Image Cover of the user. | SCUserType.cover | 
| date_joined | Date | Date joined to the community. | SCUserType.date_joined | 
| date_of_birth? | Date | Date of birth. Format: YYYY-MM-DD (ISO 8601). | SCUserType.date_of_birth | 
| days_blocked? | number | Number of days of block duration (if none and block date set, it means forever) | - | 
| deleted? | boolean | If the user account has been deleted | SCUserType.deleted | 
| deleted_at? | Date | Datetime of the account deletion | SCUserType.deleted_at | 
| description | string | User description. | SCUserType.description | 
| discussions_counter? | number | Number of discussions created by the user. | SCUserType.discussions_counter | 
| email? | string | Email of the user. | SCUserType.email | 
| email_isvalid? | boolean | Email is valid. Default: False. | SCUserType.email_isvalid | 
| expire_at | string|Date | Date on which the auto unblock will take place | - | 
| ext_id? | number | The external ID of the user. It is assigned only during signup if necessary. | SCUserType.ext_id | 
| flags_given? | number | Number of flags given by the user | - | 
| flags_received? | number | Number of flags received by the user (in its contents) | - | 
| followers_counter? | number | Number of followers of the user | SCUserType.followers_counter | 
| followings_counter? | number | Number of followings of the user | SCUserType.followings_counter | 
| gender | string | Gender of the user. Values: Male, Female, Unspecified. Default: Unspecified. | SCUserType.gender | 
| id | number | The ID of the user. | SCUserType.id | 
| language? | SCLanguageType | User language | SCUserType.language | 
| last_score_variation? | SCUserScoreVariation[] | Full description of the last score variation made by a moderator. | - | 
| last_seen? | string|Date | Date on which the user has been seen in the community | - | 
| location | string | Location | SCUserType.location | 
| location_lat_lng? | string | Location in coordinates. Format: lat,lng. | SCUserType.location_lat_lng | 
| permission? | Record<string,any> | List of user permission. Only for the resource /user/me/. | SCUserType.permission | 
| polls_counter? | number | Number of polls created by the user. | SCUserType.polls_counter | 
| position_lat_lng? | string | User current position. Format: lat,lng. | SCUserType.position_lat_lng | 
| posts_counter? | number | Number of posts created by the user. | SCUserType.posts_counter | 
| real_name | string | Real name of the user. | SCUserType.real_name | 
| reg_approved? | boolean | The user is approved and can access the community | SCUserType.reg_approved | 
| reputation | number | User reputation. | SCUserType.reputation | 
| role? | string | User role | SCUserType.role | 
| status? | string | User status. Values: a (approved), b (blocked), d (deleted; soft deleted), u (unregistered). Default: a. A blocked user can't: - create contribution (post/discussion/status) - create comment - vote/unvote contribution - follow/connect user - edit contribution - suggest an incubator - flag a contribution - send a private message - edit info profile but he can't: - follow/unfollow a post/discussion/status - follow/unfollow a category - unfollow user | SCUserType.status | 
| statuses_counter? | number | Number of statuses created by the user. | SCUserType.statuses_counter | 
| tags | SCTagType[] | User's tag list. List of Tag. | SCUserType.tags | 
| unseen_interactions_counter? | number | interactions counter | SCUserType.unseen_interactions_counter | 
| unseen_notification_banners_counter? | number | notification banner counter | SCUserType.unseen_notification_banners_counter | 
| username | string | The username of the user. | SCUserType.username | 
| website | string | User website. | SCUserType.website |