Replace a user

PUT {{stripeUrl}}/admin/v1/Users/{{userid}}

Replace the entire user register. (attributes not informed are blanked out)

Request Body

{"schemas"=>["urn:ietf:params:scim:schemas:core:2.0:User"], "name"=>{"givenName"=>"Barbara", "familyName"=>"Jensen"}, "userName"=>"bjensen@example.com", "active"=>true, "emails"=>[{"value"=>"bjensen@example.com", "primary"=>true, "type"=>"home", "verified"=>true}, {"value"=>"bjensen@example.org", "type"=>"work"}]}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring
Content-Typestring
x-content-sha256string