User Tools

Site Tools


it:auth_api:1.0:group

AuthAPI 1.0 group


Auth User API
Parameters
  • Group Filter parameter. Can be one of these:
    • groupid: group id field
    • groupname: name of the group in auth
    • returnjid: optional parameter to return JIDs instead of usernames
  • Auth 3rd Party Developer API Key
    • apikey: Ask someone from the dev team for a third party dev key.

Example Return

 {
   "users": [
       "forthelose", 
       "twiztedsizter", 
       "dmobile1337", 
       "Dorijan", 
       "thorrak", 
       "locnar1701", 
       "AevumDecessus", 
       "Certifried"
   ], 
   "name": "Server Admin", 
   "id": 56
 }

returnjid example

 {
   "users": [
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]", 
       "[email protected]"
   ], 
   "name": "Server Admin", 
 }
it/auth_api/1.0/group.txt · Last modified: 2015/04/22 01:02 by Kenshin_Woo