This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
it:auth_api:3.0:profile [2015/04/21 20:56] kenshin_woo created |
it:auth_api:3.0:profile [2016/05/19 18:03] (current) paxswill Update example with groups entry |
||
|---|---|---|---|
| Line 50: | Line 50: | ||
| "primary_character":{ | "primary_character":{ | ||
| - | { | ||
| "corporation":{ | "corporation":{ | ||
| "ticker":"B0RT", | "ticker":"B0RT", | ||
| Line 68: | Line 67: | ||
| "result":true, | "result":true, | ||
| "groups":[ | "groups":[ | ||
| + | { | ||
| + | "name":"Dreddit", | ||
| + | "id":1, | ||
| + | "admin":false | ||
| + | }, | ||
| + | { | ||
| + | "name":"Reimbursement Reviewer", | ||
| + | "id":53, | ||
| + | "admin":true | ||
| + | } | ||
| ], | ], | ||
| "id":13 | "id":13 | ||
| - | } | ||
| } | } | ||
| </code> | </code> | ||