Retrieves schema information for the specified user field.
| Name | Description | Default |
|---|---|---|
id
|
Unique user field ID. |
Content Type:
application/xml
Schema:
http://www.w3.org/2001/XMLSchema
XML schema document or an error message.
| Code | Condition |
|---|---|
| 200 OK | The operation completed successfully. |
| 400 Bad Request | Invalid user field ID. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 404 Not Found | User field has no associated schema. |
| 406 Not Acceptable | Content type specified in the Accept header isn't supported. |
| 500 Internal Server Error | An internal error occurred. |