Fetch Skills of a User

Purpose

To fetch the details of the skills assigned to a user. The user performing this action should have the User Management permission.

Request URL

https://fsm.zoho.com/fsm/v1/users/<user_id>/Skills

user_id - The ID (the value of User in the Service_Resources key present in the List Users API response) of the user.

Request Method

GET

Scope

scope=ZohoFSM.users.READ

Sample Request

Copiedcurl --location --request GET 'https://fsm.zoho.com/fsm/v1/users/6191XXXX7001/Skills' \
--header 'Authorization: Zoho-oauthtoken 1xxx.xxxxxxxxxx'

Sample Response

Copied{
    "data": [
        {
            "Status": "Expired",
            "Owner": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            },
            "Modified_Time": "2026-04-13T15:18:36+05:30",
            "Description": "Expertise in installing air conditioning systems, including unit setup, electrical connections, and ensuring optimal performance and safety compliance.",
            "Expiry_Date": "2026-01-31",
            "$currency_symbol": "$",
            "Renewal_Status": "Completed",
            "Created_Time": "2026-04-13T15:18:36+05:30",
            "Rating": 50,
            "$editable": true,
            "$permissions": {
                "edit": true,
                "delete": true
            },
            "Name": "SR-SKILL-12",
            "Service_Resource": {
                "name": "Marianne Sheehan",
                "id": "1003000000208159"
            },
            "Skill": {
                "name": "AC Installation",
                "id": "1003000002100029"
            },
            "Modified_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            },
            "Exchange_Rate": 1,
            "Certificate_Type": "Mandatory",
            "Issue_Date": "2026-01-01",
            "Currency": "USD",
            "$inactive": false,
            "Issuing_Authority": "Government Agencies",
            "Certificate_Id": "56789012",
            "id": "1003000004333042",
            "Created_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            }
        },
        {
            "Status": "Active",
            "Owner": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            },
            "Modified_Time": "2026-04-13T15:13:32+05:30",
            "Description": "Expertise in installing air conditioning systems, including unit setup, electrical connections, and ensuring optimal performance and safety compliance.",
            "Expiry_Date": "2031-12-31",
            "$currency_symbol": "$",
            "Renewal_Status": "Completed",
            "Created_Time": "2026-04-13T15:13:32+05:30",
            "Rating": 50,
            "$editable": true,
            "$permissions": {
                "edit": true,
                "delete": true
            },
            "Name": "SR-SKILL-10",
            "Service_Resource": {
                "name": "Marianne Sheehan",
                "id": "1003000000208159"
            },
            "Skill": {
                "name": "Carpet Cleaning & Stain Removal",
                "id": "1003000002093026"
            },
            "Modified_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            },
            "Exchange_Rate": 1,
            "Certificate_Type": "Mandatory",
            "Issue_Date": "2026-01-01",
            "Currency": "USD",
            "$inactive": false,
            "Issuing_Authority": "Government Agencies",
            "Certificate_Id": "56789012",
            "id": "1003000004333030",
            "Created_By": {
                "name": "Marianne Sheehan",
                "id": "1003000000208001",
                "email": "marianne@zohotest.com"
            }
        }
    ],
    "info": {
        "per_page": 200,
        "count": 2,
        "page": 1,
        "more_records": false
    }
}