GET api/users/{guid}/terms
Get whether this user has agreed to the terms and conditions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Get whether this user has agreed to the terms and conditions
PostTermsAcceptedReq| Name | Description | Type | Additional information |
|---|---|---|---|
| TermsAccepted |
Whether the terms were accepted or not |
boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"termsAccepted": true
}
Error responses
No documented error responses