Show More
@@ -236,6 +236,7 b' OUTPUT::' | |||||
236 | result: None if user does not exist or |
|
236 | result: None if user does not exist or | |
237 | { |
|
237 | { | |
238 | "user_id" : "<user_id>", |
|
238 | "user_id" : "<user_id>", | |
|
239 | "api_key" : "<api_key>", | |||
239 | "username" : "<username>", |
|
240 | "username" : "<username>", | |
240 | "firstname": "<firstname>", |
|
241 | "firstname": "<firstname>", | |
241 | "lastname" : "<lastname>", |
|
242 | "lastname" : "<lastname>", | |
@@ -639,6 +640,22 b' OUTPUT::' | |||||
639 | }, |
|
640 | }, | |
640 | … |
|
641 | … | |
641 | ] |
|
642 | ] | |
|
643 | "followers": [ | |||
|
644 | { | |||
|
645 | "user_id" : "<user_id>", | |||
|
646 | "username" : "<username>", | |||
|
647 | "firstname": "<firstname>", | |||
|
648 | "lastname" : "<lastname>", | |||
|
649 | "email" : "<email>", | |||
|
650 | "emails": "<list_of_all_additional_emails>", | |||
|
651 | "ip_addresses": "<list_of_ip_addresses_for_user>", | |||
|
652 | "active" : "<bool>", | |||
|
653 | "admin" : "<bool>", | |||
|
654 | "ldap_dn" : "<ldap_dn>", | |||
|
655 | "last_login": "<last_login>", | |||
|
656 | }, | |||
|
657 | … | |||
|
658 | ] | |||
642 | } |
|
659 | } | |
643 | error: null |
|
660 | error: null | |
644 |
|
661 |
General Comments 0
You need to be logged in to leave comments.
Login now