Method GameCmsGetClawAccess
GameCmsGetClawAccess(String)
Returns XUIDs with special access.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.ClawAccessSnapshot,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetClawAccess (string flightId);
Parameters
Type | Name | Description |
---|---|---|
System.String | flightId | Unique identifier for the currently active flight. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<ClawAccessSnapshot,RawResponseContainer>> | If successful, returns an instance of ClawAccessSnapshot containing relevant XUID lists. Otherwise, returns null. |
Remarks
Based on the "claw" terminology, these are likely accounts with access to clawback services (for transaction refunds).
At least one of the accounts returned for this API call is flagged as a member of the Xbox Scarlett team, so it's likely these are accounts that have a more direct access to Halo services.
Examples
Here is an example response from the API, as snapshotted on 6/15/2022:
{
"fullClawXuids": [
2535464475698180,
2535457013053961,
2533274991231607,
2535459869918055,
2621068176000447,
2533274827116779,
2533274953023935,
2533274953025426,
2533274953027379,
2533274953032787,
2533274953032811,
2533274953038524,
2533274953038348,
2533274953036760,
2533274953041301,
2533274953038567,
2533274953034573,
2533274953047280,
2533274953053372,
2533274953065383,
2533274953063957,
2533274953059841,
2533274958306307,
2533274958300272,
2533274958303242,
2533274958308805,
2533274958294637,
2533274958323638,
2533274958319866,
2533274958320618,
2533274958320115,
2533274958316028,
2533274958316030,
2533274958312250,
2533274958322891,
2533274958320081,
2533274958314288,
2533274958319387,
2533274958322343,
2533274958323095,
2533274958319395,
2533274958323350,
2533274958316898,
2533274958321596,
2533274958316020,
2533274958317685,
2533274958321856,
2533274958317452,
2533274958319884,
2533274958321389,
2533274958320600,
2533274958320597,
2533274958322840,
2533274958319353,
2533274958309483,
2535456644614489,
2535461310025798,
2535414814773897,
2535460077513181,
2535434354792301,
2533274834614023,
2578176750981119,
2805367267901409,
2665299958043585,
2814660003891166,
2814657482556449,
2814659791760481,
2814661045527291,
2814649015804678,
2814667823017959,
2814640151913896,
2814667832017959,
2814639697693216,
2814639023152391,
2533274958318644,
2535439731140528,
2533274828363417,
2535405942878656
],
"consumerClawXuids": []
}