PUT api/users/{guid}/terms
Update whether a user has agreed to the terms and conditions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
PostTermsAcceptedReq| Name | Description | Type | Additional 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
IHttpActionResultNone.
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