---
title: "Get User Template"
method: GET
path: "/restapi/v1.0/account/{accountId}/templates/{templateId}"
tags: ["Extensions"]
---

# Get User Template

`GET /restapi/v1.0/account/{accountId}/templates/{templateId}`

Returns the user template by ID.

## Path parameters

- `accountId` string, required
- `templateId` string, required

## Response `200`

User template information

- TemplateInfo — Text message template information
  - `text` string, required — Text of the message template. Maximum length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus limiting the maximum message length up to 500 symbols

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
