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
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |