Skip to content

Instantly share code, notes, and snippets.

@bobsourced
Created October 22, 2018 20:25
Show Gist options
  • Save bobsourced/bc7e3175d26b30c5de1e0401c3449835 to your computer and use it in GitHub Desktop.
Save bobsourced/bc7e3175d26b30c5de1e0401c3449835 to your computer and use it in GitHub Desktop.
:method: POST
:authority: bleacher.test-api.reactorone.net
:scheme: https
:path: /api/1/dms/users
content-length: 77
accept: application/json, text/plain, */*
origin: https://bleacher.test-admin.reactorone.net
authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJkZXZAYmxlYWNoZXJsZWFndWUuY29tIiwiYXV0aCI6IlJPTEVfU1lTVEVNQURNSU4iLCJleHAiOjE1NDAyNDE1OTZ9.5xZqzihzPiSewXapg0OuyiJet7K3hB8HLiNkbek81OMgz-FxTzFiQ6eeUXVv4jQRc84ex6Pwmg8Qle9KsPs39w
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36
content-type: application/json;charset=UTF-8
referer: https://bleacher.test-admin.reactorone.net/view/details/user/6366
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9
Pragma: no-cache
Cache-Control: no-cache
{"customAttributes":{"Favorite Sport":"NFL","Favorite Team":"ATL"},"id":6366}
:status: 200
content-type: application/json;charset=UTF-8
content-length: 773
date: Mon, 22 Oct 2018 20:25:17 GMT
set-cookie: AWSALB=yA0Tf1GnaEZOjRNVR5gxhe8WHIVPxTUrjMOwHyulGAjtn+3BvNGChlGWfdaLrbItunzF7zitaoFNnSbeDFSsJyhIsxz/nyIG5jHyg5wRL3p4L4z8SjDmoofzkFVc; Expires=Mon, 29 Oct 2018 20:25:17 GMT; Path=/
server: nginx/1.12.1
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
cache-control: no-cache, no-store, max-age=0, must-revalidate
pragma: no-cache
x-frame-options: ALLOWALL
access-control-allow-origin: https://bleacher.test-admin.reactorone.net
vary: Origin
access-control-expose-headers: Authorization, Content-Length
access-control-allow-credentials: true
set-cookie: ro_fv=1540239917506; Max-Age=2147483647; Expires=Sat, 09-Nov-2086 23:39:24 GMT; Path=/; HttpOnly
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
set-cookie: ro_fv=1540239917518; Max-Age=2147483647; Expires=Sat, 09-Nov-2086 23:39:24 GMT; Path=/; HttpOnly
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
p3p: CP='No P3P policy'
set-cookie: cartID=; Max-Age=0; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
set-cookie: ro_cache=daac87cbbd5224408838f6efd6a5dae2; Path=/; Secure; HttpOnly
set-cookie: RO_SESSION=06529116-a718-425d-b9cd-7dac15b5b09e; Path=/; HttpOnly
x-cache: Miss from cloudfront
via: 1.1 917b3b43595bd7516933b3ba6caf51ee.cloudfront.net (CloudFront)
x-amz-cf-id: lyXWGdO6Im4AfsFrydYwA8I5-KKvXH6Yl8Ow8Mr-ycoZJr3aQP1HGw==
Expires: 0
{
"result" : {
"lastName" : "User",
"b2bCustomer" : false,
"addresses" : [ ],
"roles" : [ "ROLE_SYSTEMADMIN" ],
"uuid" : "acc1079a-57f0-4a66-9a6e-c49afc60e095",
"enabled" : true,
"administrator" : true,
"id" : 6366,
"email" : "dev@bleacherleague.com",
"accountNonLocked" : true,
"lastModifiedDate" : 1539799594000,
"credentialsNonExpired" : true,
"lastModifiedBy" : 3,
"firstName" : "Dev",
"groupUser" : false,
"deleted" : false,
"createdDate" : 1539799594000,
"createdBy" : 3,
"accountNonExpired" : true,
"username" : "dev@bleacherleague.com",
"customAttributes" : {
"Favorite Team" : "ATL",
"Favorite Sport" : "NFL"
}
},
"success" : true,
"operation" : "UPDATE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment