Zum Hauptinhalt gehen

Get User Info

Kommentare

1 Kommentar

  • Tom Neer

    @Chris Wright? Is this user a member of your organization? When you hit the user endpoint (https://developers.arcgis.com/rest/users-groups-and-items/user.htm) there are two differing responses given:

     

    Response from user within your org:

    { "cultureFormat": "us", "disabled": false, "storageQuota": 2199023255552, "id": "", "storageUsage": 425122080, "assignedCredits": 500.0, "culture": "en-US", "favGroupId": "", "privileges": [], "created": 1372792532000, "access": "public", "role": "org_admin", "provider": "arcgis", "units": "english", "userLicenseTypeId": "creatorUT", "mfaEnabled": true, "email": "", "username": "tom.neer", "description": "", "tags": [], "groups": [], "fullName": "", "idpUsername": null, "firstName": "Tom", "userType": "arcgisonly", "lastName": "Neer", "region": "US", "level": "2", "modified": 1548455245000, "thumbnail": "profile_450x450.png", "availableCredits": 500.0, "orgId": "", "preferredView": null, "lastLogin": 1549901080000 }

    vs external org user

    { "username": "tomneer", "firstName": "Tom", "created": 1315937999000, "lastName": "Neer", "modified": 1544826900000, "provider": "arcgis", "fullName": "Tom Neer", "id": "" }

    You will notice there is a significant difference between what is returned.

     

    Best,

    -Tom

     

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.