Show More
@@ -236,6 +236,7 b' OUTPUT::' | |||
|
236 | 236 | result: None if user does not exist or |
|
237 | 237 | { |
|
238 | 238 | "user_id" : "<user_id>", |
|
239 | "api_key" : "<api_key>", | |
|
239 | 240 | "username" : "<username>", |
|
240 | 241 | "firstname": "<firstname>", |
|
241 | 242 | "lastname" : "<lastname>", |
@@ -616,7 +617,7 b' OUTPUT::' | |||
|
616 | 617 | "fork_of": "<name_of_fork_parent>", |
|
617 | 618 | "members" : [ |
|
618 | 619 | { |
|
619 | "type": "user", | |
|
620 | "type": "user", | |
|
620 | 621 | "user_id" : "<user_id>", |
|
621 | 622 | "username" : "<username>", |
|
622 | 623 | "firstname": "<firstname>", |
@@ -631,7 +632,7 b' OUTPUT::' | |||
|
631 | 632 | }, |
|
632 | 633 | … |
|
633 | 634 | { |
|
634 | "type": "users_group", | |
|
635 | "type": "users_group", | |
|
635 | 636 | "id" : "<usersgroupid>", |
|
636 | 637 | "name" : "<usersgroupname>", |
|
637 | 638 | "active": "<bool>", |
@@ -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 | 660 | error: null |
|
644 | 661 |
General Comments 0
You need to be logged in to leave comments.
Login now