---
title: "Posts a social links"
method: POST
path: "/v1/groups/{groupId}/social-links"
tags: ["Groups"]
---

# Posts a social links

`POST /v1/groups/{groupId}/social-links`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiSocialLinkRequest — An update request for a social link
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — What type of social media this points to
  - `url` string — The url of the link
  - `title` string — The title of the link

## Response `200`

OK

- RobloxGroupsApiSocialLinkResponse — A social link response from a create request
  - `id` integer — The id of the social link
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — What type of social media (including Roblox Group) this points to ['Facebook' = 0, 'Twitter' = 1, 'YouTube' = 2, 'Twitch' = 3, 'GooglePlus' = 4, 'Discord' = 5, 'RobloxGroup' = 6, 'Amazon' = 7, 'Guilded' = 8]
  - `url` string — The url of the link
  - `title` string — The title of the link

## Other responses

- `400` — 3: The social link title is too long. 4: The social link title cannot be empty. 5: The social link url cannot be empty. 7: The request was null. 9: The social link type is invalid. 12: The social link title was moderated.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to configure this social link.
- `404` — 8: The requested group or social link was not found.
- `503` — 11: Social links cannot be processed as this time.

---

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