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>", | |
@@ -616,7 +617,7 b' OUTPUT::' | |||||
616 | "fork_of": "<name_of_fork_parent>", |
|
617 | "fork_of": "<name_of_fork_parent>", | |
617 | "members" : [ |
|
618 | "members" : [ | |
618 | { |
|
619 | { | |
619 | "type": "user", |
|
620 | "type": "user", | |
620 | "user_id" : "<user_id>", |
|
621 | "user_id" : "<user_id>", | |
621 | "username" : "<username>", |
|
622 | "username" : "<username>", | |
622 | "firstname": "<firstname>", |
|
623 | "firstname": "<firstname>", | |
@@ -631,7 +632,7 b' OUTPUT::' | |||||
631 | }, |
|
632 | }, | |
632 | … |
|
633 | … | |
633 | { |
|
634 | { | |
634 | "type": "users_group", |
|
635 | "type": "users_group", | |
635 | "id" : "<usersgroupid>", |
|
636 | "id" : "<usersgroupid>", | |
636 | "name" : "<usersgroupname>", |
|
637 | "name" : "<usersgroupname>", | |
637 | "active": "<bool>", |
|
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 | error: null |
|
660 | error: null | |
644 |
|
661 |
General Comments 0
You need to be logged in to leave comments.
Login now