API / Documentation
actor_get (api_user, nick)
Get an actor
- PARAMS:
- nick - the nick of the actor
RETURNS: actor_ref
EXAMPLE API RETURN:
{'status': 'ok', 'rv': {'actor': {'nick': 'test@example.com', 'privacy': 3, 'type': 'user', 'extra': {'icon': '/images/avatar_23132412', 'given_name': 'Test', 'family_name': 'User' } } } }