SCUserType
Extended by
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
avatar | string | Avatar of the user. |
bio | string | User biography. |
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). |
categories_counter? | number | Number of categories followed by the user. |
community_badge? | boolean | If the user has the community badge active. |
connection_requests_received_counter? | number | Number of connection requests received by the user. |
connection_requests_sent_counter? | number | Number of connection requests sent by the user. |
connection_status? | string | The connection status between the request user and this user. |
connections_counter? | number | Number of connections of the user. |
cover? | string | Image Cover of the user. |
date_joined | Date | Date joined to the community. |
date_of_birth? | Date | Date of birth. Format: YYYY-MM-DD (ISO 8601). |
deleted? | boolean | If the user account has been deleted |
deleted_at? | Date | Datetime of the account deletion |
description | string | User description. |
discussions_counter? | number | Number of discussions created by the user. |
email? | string | Email of the user. |
email_isvalid? | boolean | Email is valid. Default: False. |
ext_id? | number | The external ID of the user. It is assigned only during signup if necessary. |
followers_counter? | number | Number of followers of the user |
followings_counter? | number | Number of followings of the user |
gender | string | Gender of the user. Values: Male, Female, Unspecified. Default: Unspecified. |
id | number | The ID of the user. |
language? | SCLanguageType | User language |
location | string | Location |
location_lat_lng? | string | Location in coordinates. Format: lat,lng. |
permission? | string [] | List of user permission. Only for the resource /user/me/. |
polls_counter? | number | Number of polls created by the user. |
position_lat_lng? | string | User current position. Format: lat,lng. |
posts_counter? | number | Number of posts created by the user. |
real_name | string | Real name of the user. |
reg_approved? | boolean | The user is approved and can access the community |
reputation | number | User reputation. |
role? | string | User 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 |
statuses_counter? | number | Number of statuses created by the user. |
tags | SCTagType [] | User's tag list. List of Tag. |
unseen_interactions_counter? | number | interactions counter |
unseen_notification_banners_counter? | number | notification banner counter |
username | string | The username of the user. |
website | string | User website. |