Aramark Marko Marko Users

'This API will return, update, or delete Marko User data'

Operations 14

GET /users Get all Users #
POST /users Create User #
GET /user/profile Get User Profiles #
POST /user/profile Create User Profile #
DELETE /user/profile Remove profile #
GET /user/device Get User Devices #
POST /user/device Create User Device #
DELETE /user/device Remove user device #
GET /user/set Get user set #
POST /user/set Create user set #
DELETE /user/set Remove user set #
POST /user/set/value Create User Set Value #
DELETE /user/set/value Remove user set value #
GET /anet/users Get Anet users #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aramark-marko-marko-users"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

aramark-marko-users-openapi.json Raw ↑
{"openapi":"3.0.0","info":{"description":"'This API will return, update, or delete Marko User data'\n\nThe base endpoint URL for this API in production is: `https://marko.aramark.net/v1/marko`.\n\nFor testing the API with the \"Try\" tool on this page or in your app, use either our testing server \"qa-marko\" or our development server \"dev-marko\".\n","version":"1.0.0-oas3","title":"Marko"},"tags":[{"name":"User","description":"Gets, Updates or Creates Marko User information"},{"name":"Profile","description":"Gets, Updates, Creates or Removes Marko Profile information"},{"name":"Device","description":"Gets, Updates, Creates or Removes Marko Profile Device information"},{"name":"Set","description":"Gets, Updates, Creates or Removes Marko Profile Set information"},{"name":"Anet","description":"Gets the current list of ANET Users"}],"paths":{"/users":{"get":{"summary":"Get all Users","description":"Returns All Marko Users\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","operationId":"getAllMarkoUsers","tags":["User"],"parameters":[{"$ref":"#/components/parameters/userIdParamFalse"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"user_details":{"type":"array","items":{"$ref":"#/components/schemas/User"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"post":{"summary":"Create User","description":"Create new Marko user.\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["User"],"operationId":"postUser","parameters":[{"$ref":"#/components/parameters/userIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Details of the User","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"user_details":{"type":"array","items":{"$ref":"#/components/schemas/User"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}}},"/user/profile":{"get":{"summary":"Get User Profiles","description":"Returns Marko User Profiles\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","operationId":"getUserProfiles","tags":["Profile"],"parameters":[{"$ref":"#/components/parameters/profileIdParamFalse"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Provides a list of Profiles","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"profile_details":{"type":"array","items":{"$ref":"#/components/schemas/User"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"post":{"summary":"Create User Profile","description":"Creates Marko User Profile\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Profile"],"operationId":"postUserProfile","parameters":[{"$ref":"#/components/parameters/profileIdParamFalse"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"User Profile","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"profile_details":{"type":"array","items":{"$ref":"#/components/schemas/Profile"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"delete":{"summary":"Remove profile","description":"Remove Marko user profile\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Profile"],"operationId":"deleteUserProfile","parameters":[{"$ref":"#/components/parameters/profileIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}},"400":{"description":"Bad Request"}}}},"/user/device":{"get":{"summary":"Get User Devices","description":"Returns Marko User Devices\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","operationId":"getUserDevices","tags":["Device"],"parameters":[{"$ref":"#/components/parameters/deviceIdParamFalse"},{"$ref":"#/components/parameters/userIdParamFalse"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Provides a list of User Devices","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"device_details":{"type":"array","items":{"$ref":"#/components/schemas/Device"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"post":{"summary":"Create User Device","description":"Create marko user device\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Device"],"operationId":"postUserDevice","parameters":[{"$ref":"#/components/parameters/deviceIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Creates a User Device","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"device_details":{"type":"array","items":{"$ref":"#/components/schemas/Device"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"delete":{"summary":"Remove user device","description":"Remove Marko user device\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Device"],"operationId":"deleteUserDevice","parameters":[{"$ref":"#/components/parameters/deviceIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}},"400":{"description":"Bad Request"}}}},"/user/set":{"get":{"summary":"Get user set","description":"Returns Marko user profile set\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","operationId":"getUserProfileSet","tags":["Set"],"parameters":[{"$ref":"#/components/parameters/setIdParamFalse"},{"$ref":"#/components/parameters/userIdParamFalse"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"set_details":{"type":"array","items":{"$ref":"#/components/schemas/Set"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"post":{"summary":"Create user set","description":"Create Marko user profile\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Set"],"operationId":"postUserProfileSet","parameters":[{"$ref":"#/components/parameters/setIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"set_details":{"type":"array","items":{"$ref":"#/components/schemas/Set"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"delete":{"summary":"Remove user set","description":"Remove Marko user set\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Set"],"operationId":"deleteUserProfileSet","parameters":[{"$ref":"#/components/parameters/setIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}},"400":{"description":"Bad Request"}}}},"/user/set/value":{"post":{"summary":"Create User Set Value","description":"Creates Marko user set value\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Set"],"operationId":"postUserProfileSetValue","parameters":[{"$ref":"#/components/parameters/setIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Create a new Set Value","content":{"*/*":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"set_values":{"type":"array","items":{"$ref":"#/components/schemas/Set"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}},"delete":{"summary":"Remove user set value","description":"Remove Marko user set value\n\n![This endpoint is in development](/themes/portal/images/statuspngs/statusdev.png)\n","tags":["Set"],"operationId":"deleteUserProfileSet Value","parameters":[{"$ref":"#/components/parameters/setIdParamTrue"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}},"400":{"description":"Bad Request"}}}},"/anet/users":{"get":{"summary":"Get Anet users","description":"Returns list of ANET Users\n\n![This endpoint is in production](/themes/portal/images/statuspngs/statusprod.png)\n","operationId":"getAnetUsers","tags":["Anet"],"parameters":[{"$ref":"#/components/parameters/employeeIdParam"},{"$ref":"#/components/parameters/emailParam"},{"$ref":"#/components/parameters/pageParam"},{"$ref":"#/components/parameters/sizeParam"},{"$ref":"#/components/parameters/bypassCacheParam"},{"$ref":"#/components/parameters/smokeParam"}],"responses":{"200":{"description":"Provides a list of ANET Users","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","description":"ENUM 'Success', 'Error' or 'Not Found'","default":"Success","example":"Success"},"count":{"type":"string","description":"Number of records returned","default":"0","example":"1"},"device_details":{"type":"array","items":{"$ref":"#/components/schemas/Anet_User"}}}}}}},"404":{"description":"Not Found"},"405":{"description":"Method Not Allowed"}}}}},"servers":[{"url":"https://dev-marko.aramark.net/v1/marko","description":"Development server"}],"components":{"parameters":{"userIdParamFalse":{"name":"user_id","in":"query","description":"Unique identifier of a Marko User.  Used for returning specific user, otherwise returns all users","required":false,"schema":{"type":"string"}},"userIdParamTrue":{"name":"user_id","in":"query","description":"Unique identifier of a Marko User.  Used for returning specific user, otherwise returns all users","required":true,"schema":{"type":"string"}},"profileIdParamFalse":{"in":"query","name":"profile_id","description":"Unique identifier of a user Profile","required":false,"schema":{"type":"string"}},"profileIdParamTrue":{"in":"query","name":"profile_id","description":"Unique identifier of a user Profile","required":true,"schema":{"type":"string"}},"deviceIdParamFalse":{"in":"query","name":"device_id","description":"Unique identifier of a user Device. Used for returning specific device, otherwise returns all devices","required":false,"schema":{"type":"string"}},"deviceIdParamTrue":{"in":"query","name":"device_id","description":"Unique identifier of a user Device. Used for returning specific device, otherwise returns all devices","required":true,"schema":{"type":"string"}},"setIdParamFalse":{"in":"query","name":"set_id","description":"Unique identifier of a user Set. Used for returning specific set, otherwise returns all set","required":false,"schema":{"type":"string"}},"setIdParamTrue":{"in":"query","name":"set_id","description":"Unique identifier of a user Set. Used for returning specific set, otherwise returns all set","required":true,"schema":{"type":"string"}},"employeeIdParam":{"name":"employee_id","in":"query","description":"unique ID of the employee","schema":{"type":"string"}},"emailParam":{"name":"email","in":"query","description":"email address of the employee","schema":{"type":"string"}},"pageParam":{"in":"query","name":"page","description":"Page number of result set","required":false,"schema":{"type":"number","default":1}},"sizeParam":{"in":"query","name":"size","description":"Number of rows in each page to return.","required":false,"schema":{"type":"string","default":50}},"bypassCacheParam":{"in":"header","name":"bypass-cache","description":"This HTTP Header variable will bypass cache","schema":{"type":"string","enum":["true","false"],"default":"false"}},"smokeParam":{"in":"header","name":"smoke","description":"When set to 'true' this HTTP Header variable will route to the Integration environment.  Only applicable in QA Server","schema":{"type":"string","enum":["true","false"],"default":"false"}}},"securitySchemes":{"apikey":{"type":"apiKey","in":"header","name":"apikey","description":"This HTTP Header variable will verify security"}},"schemas":{"User":{"type":"object","properties":{"user_id":{"type":"string","description":"Unique identifier of a user"},"first_name":{"type":"string","description":"user first name"},"last_name":{"type":"string","description":"user last name"},"name":{"type":"string","description":"user name"},"email":{"type":"string","description":"email address of a user"},"cell_number":{"type":"string","description":"cell phone number of a user"},"valid":{"type":"string","description":"boolean determining validity of device"},"create_date":{"type":"string","description":"date that profile was created"},"update_date":{"type":"string","description":"date that profile was last updated"}}},"Profile":{"type":"object","properties":{"profile_id":{"type":"string","description":"Unique identifier of a profile"},"profile_name":{"type":"string","description":"name of a profile"},"profile_type":{"type":"string","description":"type of profile"},"user_id":{"type":"string","description":"Unique identifier of a user associated with profile"},"valid":{"type":"string","description":"boolean determining validity of profile"},"create_date":{"type":"string","description":"date that profile was created"},"update_date":{"type":"string","description":"date that profile was last updated"}}},"Device":{"type":"object","properties":{"device_id":{"type":"string","description":"Unique identifier of a device"},"device_number":{"type":"string","description":"number for a device"},"phone_number":{"type":"string","description":"phone number associated with a device"},"profile_id":{"type":"string","description":"Unique identifier of a profile"},"valid":{"type":"string","description":"boolean determining validity of device"},"create_date":{"type":"string","description":"date that profile was created"},"update_date":{"type":"string","description":"date that profile was last updated"}}},"Set":{"type":"object","properties":{"set_id":{"type":"string","description":"Unique identifier of a set"},"set_name":{"type":"string","description":"name of a set"},"profile_id":{"type":"string","description":"Unique identifier of a profile"},"status":{"type":"string","description":"ENUM describing what action needs to be taken on set"},"create_date":{"type":"string","description":"date that profile was created"},"update_date":{"type":"string","description":"date that profile was last updated"}}},"Anet_User":{"type":"object","properties":{"guid":{"type":"string","description":"global user identifier for a user"},"upn":{"type":"string","description":"universal person name for a user"},"email":{"type":"string","description":"email address of a user"},"first_name":{"type":"string","description":"first name of a user"},"last_name":{"type":"string","description":"last name of a user"},"display_name":{"type":"string","description":"display name for a user"},"employee_id":{"type":"string","description":"unique ID of the employee"}}}}}}