PUT api/users/{guid}/terms

Update whether a user has agreed to the terms and conditions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

globally unique identifier

Required

Body Parameters

PostTermsAcceptedReq
NameDescriptionTypeAdditional information
TermsAccepted

Whether the terms were accepted or not

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "termsAccepted": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Update whether a user has agreed to the terms and conditions

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.

Error responses

  • invalid_fields - The submitted information is incomplete or otherwise invalid. The description of the error will be a detailed summary of invalid fields