{ "sections": [ "title", "description", "supported_soap_calls", "supported_rest_api_http_methods", "fields", "wsdl_segment" ], "title": "User - Tooling API", "description": "Represents a user. You can retrieve standard fields on User with the Tooling API, but custom fields can’t be retrieved.", "supported_soap_calls": "`describeLayout()`, `getDeleted()`, `getUpdated()`, `query()`, `retrieve()`, `search()`, `update()`", "supported_rest_api_http_methods": "`GET`, `PATCH`", "fields_columns": [ "type", "properties", "description" ], "fields": { "FirstName": { "type": "string", "properties": "Create, Filter, Group, NillableSort, Update", "description": "The user’s first name." }, "LastName": { "type": "string", "properties": "Create, Filter, Group, NillableSort, Update", "description": "The user’s last name." }, "Name": { "type": "string", "properties": "Filter, Group, Sort", "description": "Concatenation of FirstName and LastName. Limited to 121 characters." }, "Username": { "type": "string", "properties": "Create, Filter, Group, idLookup, Sort, Update", "description": "The name of the user in your organization." }, "WorkspaceId": { "type": "ID", "properties": "Filter, Group, Nillable, Sort, Update", "description": "The ID of the last open Developer Console workspace." } }, "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```" }