Get an User
Purpose
To fetch a specific user.
Request URL
https://fsm.zoho.com/fsm/v1/users/<record_id>
record_id - The unique ID of the record.
Request Method
GET
Scope
scope=ZohoFSM.users.READ
Request URL
https://fsm.zoho.com/fsm/v1/users
Request Method
GET
Scope
scope=ZohoFSM.users.READ
Query Parameters
| Parameter Name | Data Type | Description | 
| skillInfo | Boolean | When set to true, the API response will include the user's skill details. If omitted or set to false, skill details will not be included. | 
Sample Request
Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/users/1041000000158001' \
--header 'Authorization: Zoho-oauthtoken 1xxx.xxxxxxxxxx' Sample Response
Copied{
    "users": [
        {
            "country": "United States",
            "Organization": "Endeavour Pvt Ltd.",
            "city": "Redding",
            "language": "en_US",
            "locale": "en_US",
            "Isonline": false,
            "Modified_By": {
                "name": "Mary Cooper",
                "id": "1439000000161001"
            },
            "street": "3685 Eureka Way",
            "alias": null,
            "id": "1439000000161001",
            "state": "California",
            "fax": null,
            "country_locale": "US",
            "first_name": "Mary",
            "email": "mary.cooper@noemail.com",
            "Reporting_To": null,
            "zip": "96001",
            "created_time": "2022-04-20T17:48:42+05:30",
            "Service_Resources": {
                "User": "1439000000161001",
                "id": "1439000000161164",
                "SE_PRESENCE": 1,
                "isActive": true,
                "Name": "Mary Cooper"
            },
            "website": null,
            "Territory": null,
            "Modified_Time": "2024-09-25T16:43:38+05:30",
            "time_format": "hh:mm a",
            "offset": 19800000,
            "profile": {
                "api_name": "Administrator",
                "name": "Administrator",
                "id": "1439000000108442"
            },
            "client_profile": "Administrator",
            "mobile": "8729035167",
            "sr_creation": true,
            "last_name": "Cooper",
            "time_zone": "Asia/Kolkata",
            "isUserPhotoExist": true,
            "created_by": {
                "name": "Mary Cooper",
                "id": "1439000000161001"
            },
            "zuid": "776980435",
            "confirm": true,
            "full_name": "Mary Cooper",
            "client_status": "Active",
            "phone": "111-111-1111",
            "dob": null,
            "Active_Territory": null,
            "employee_id": null,
            "date_format": "dd MMM yyyy",
            "status": "active"
        }
    ]
}