Тема: User settings flags Computation
I'm using core/search_item API method to fetch following user setting for a user, its returning "fl", How to get values(true / false) for the following settings using the flag "fl"
{
"fl":<uint>, /* user settings flags */
"hm":<text> /* host mask */
}
Can create items: True / False
Can change password: True / False
Can send SMS: True / False
Enabled: True / False
Can change settings: True / False
Thanks in advance
J Prabhu