N
Naggy
So it goes with this:
https://github.com/Contex/XenAPI/wiki/REST-API-Actions#getUser-response
I need someone to help me make this work. I need something along the lines of
if (is_banned) > 0 {
visible = 0
};
But only for members.
https://github.com/Contex/XenAPI/wiki/REST-API-Actions#getUser-response
I need someone to help me make this work. I need something along the lines of
if (is_banned) > 0 {
visible = 0
};
But only for members.