GET api/users/{guid}/terms

Get whether this user has agreed to the terms and conditions

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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