Mozillians/API-Specification/List Users/: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 154: Line 154:
   FORBIDDEN
   FORBIDDEN


== Examples: Mozilla Apps  ==
== Examples: Mozilla Apps  ==  
* /api/v1/users/?app_name=foobar&app_key=12345
* /api/v1/users/?app_name=foobar&app_key=12345


Line 172: Line 172:
               "city": "",
               "city": "",
               "country": "",
               "country": "",
               "fullname": "Foo Bar",
               "full_name": "Foo Bar",
               "email": "test@example.com",
               "email": "test@example.com",
               "groups":
               "groups":
Line 197: Line 197:
     }
     }


== Examples: Mozilla Apps: Query By User ID  ==
== Examples: Mozilla Apps: Query By User ID  ==  
* /api/v1/users/1/?app_name=foobar&app_key=12345
* /api/v1/users/1/?app_name=foobar&app_key=12345


Line 204: Line 204:
       "city": "",
       "city": "",
       "country": "",
       "country": "",
       "fullname": "Foo Bar",
       "full_name": "Foo Bar",
       "email": "test@example.com",
       "email": "test@example.com",
       "groups":
       "groups":
canmove, Confirmed users
2,745

edits