Guilded Client
  1. Members
Guilded Client
  • Intro
  • Community Libraries
  • Permissions Values
  • Reference
  • Webhooks
  • Chat
    • Get Embed for URL
      GET
    • Get Metadata
      GET
    • Get Channel Messages
      GET
    • Get Pinned Messages
      GET
  • List Items
    • Get List Items
      GET
    • Get List Item Note
      GET
  • Users
    • Modify User
      GET
    • Get Current User Verification
      GET
    • Send Verification Email
      POST
    • Verify Email Address
      GET
    • Get User Owned Steam Apps
      GET
    • Get User
      GET
    • Get User Profile
      GET
    • Get User Profile Posts
      GET
    • Get User Profile Post
      GET
    • Check Email Address
      GET
  • Teams
    • Get Team Presences
    • Get Team Info
    • Get Shallow Search Results
    • Submit Deep Search Query
    • Check Subdomain
    • Look up Teams
    • Check Team Name
  • Members
    • Get Team Members
      GET
    • Detail Team Members
      POST
    • Detail Voice Members
      POST
    • Sort Member IDs
      POST
    • Detail Team Bots
      POST
  • Channels
    • Get Team Channels
    • Get Team Channel
    • Get Group Archived Channels
    • Get Thread
    • Get Channel Threads
    • Get Channel Thread Count
    • Get Voice Channel Groups
  • Webhooks
    • Get Channel Webhooks
    • Execute Webhook
  • Guilded Meta
    • Redirect to App
    • Get App QR
  • Tournaments
    • Get Tournaments
    • Get Tournament
    • Get Tournament Info
    • Get Tournament Any Bracket Confirmed
    • Get Tournament from Invite
    • Get Tournament Hash Invites
    • Get Tournament Bracket Matches
    • Get Upcoming Tournaments
    • Get Completed Tournaments
    • Get Featured Tournaments
  • Websocket
    • Websocket
  1. Members

Get Team Members

GET
/teams/{teamId}/members
members
Get all members, bots, and webhooks in a team (server). Only available if the team is not private.

Request

Path Params
teamId
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.guilded.gg/api/teams//members'

Responses

🟢200OK
application/json
Body
members
array[object (Member) {16}] 
required
The members in the team (including bots)
id
string 
required
The ID of the member
name
string 
required
The name of the member
nickname
string 
optional
The nickname of the member
type
enum<string> 
optional
The type of user that the member is
Allowed values:
userbot
Default:
user
membershipRole
enum<string> 
optional
The "role" of the member
Allowed values:
adminmemberformerMember
profileBannerBlur
string <uri> | null 
optional
The banner URL of the member
profilePicture
string <uri> | null 
optional
The avatar URL of the member
roleIds
array[integer]
required
The role IDs of the member, not including the base "Member" role
userPresenceStatus
enum<integer> 
optional
Enum representing a user's presence
ValueMeaningColor
1OnlineGreen
2IdleOrange
3Do not disturbRed
4Offline / invisibleGray
Allowed values:
1234
teamXp
integer 
optional
The total XP that the member has in their team, could be negative
>= -9223372036854776000<= 9223372036854776000
lastOnline
string <date-time>
optional
When the member was last online
joinDate
string <date-time>
optional
Either the date the member joined their team, or the date their account was created, depending on which endpoint was used to receive this object
stonks
integer 
optional
The number of "stonks" (points for referring users to the platform / 5) the member has
>= 0
aboutInfo
object  | null 
optional
Profile info for the member
socialLinks
array[object (SocialLink) {4}] 
optional
The social links of the member
userStatus
object 
optional
The custom status of the member
bots
array
required
The bots in the team (including external bots)
webhooks
array[object (Webhook) {9}] 
required
The webhooks in the team
id
string <uuid>
read-onlyrequired
The ID of the webhook
Example:
00000000-0000-0000-0000-000000000000
name
string 
required
The name of the webhook
>= 1 characters<= 128 characters
Example:
E-102 Gamma
teamId
string 
read-onlyrequired
The ID of the team
Example:
wlVr3Ggl
iconUrl
string  | null 
optional
The icon URL of the webhook
channelId
string <uuid>
required
The ID of the channel
Example:
00000000-0000-0000-0000-000000000000
createdBy
string 
optional
The ID of the user who created this webhook
createdAt
string <date-time>
read-onlyoptional
The ISO 8601 timestamp that the webhook was created at
deletedAt
string <date-time> | null 
read-onlyoptional
The ISO 8601 timestamp that the webhook was deleted at
token
string  | null 
read-onlyoptional
The token of the webhook
Example
{
    "members": [
        {
            "id": "string",
            "name": "string",
            "nickname": "string",
            "type": "user",
            "membershipRole": "admin",
            "profileBannerBlur": "http://example.com",
            "profilePicture": "http://example.com",
            "roleIds": [
                0
            ],
            "userPresenceStatus": 1,
            "teamXp": -9223372036854776000,
            "lastOnline": "2019-08-24T14:15:22Z",
            "joinDate": "2019-08-24T14:15:22Z",
            "stonks": 0,
            "aboutInfo": {
                "tagLine": "string"
            },
            "socialLinks": [
                {
                    "type": "twitch",
                    "handle": "string",
                    "serviceId": "string",
                    "additionalInfo": {
                        "channelName": "string",
                        "socialLinkId": null,
                        "id": null
                    }
                }
            ],
            "userStatus": {
                "content": {
                    "object": "value",
                    "document": {
                        "object": "document",
                        "data": {
                            "profile": {
                                "name": "shay",
                                "profilePicture": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/WebhookThumbnail/3626a9cdc1020a98bd6c1724049c89a8-Full.webp?w=160&h=160"
                            },
                            "hiddenEmbedUrls": {
                                "{url}": false
                            }
                        },
                        "nodes": [
                            {
                                "object": "block",
                                "type": "markdown-plain-text",
                                "data": {
                                    "isEmbedMessage": false,
                                    "embeds": [
                                        {
                                            "title": "string",
                                            "description": "string",
                                            "url": "string",
                                            "color": 0,
                                            "timestamp": "string",
                                            "footer": {
                                                "text": "string",
                                                "icon_url": "string",
                                                "iconUrl": "string"
                                            },
                                            "thumbnail": {
                                                "url": "string"
                                            },
                                            "image": {
                                                "url": "string"
                                            },
                                            "author": {
                                                "name": "string",
                                                "url": "string",
                                                "icon_url": "string",
                                                "iconUrl": "string"
                                            },
                                            "fields": [
                                                {
                                                    "name": "string",
                                                    "value": "string",
                                                    "inline": true
                                                }
                                            ]
                                        }
                                    ],
                                    "url": "string",
                                    "createdBy": "string",
                                    "oldName": "string",
                                    "newName": "string",
                                    "type": "channel-renamed"
                                },
                                "nodes": [
                                    {
                                        "object": "text",
                                        "type": "mention",
                                        "data": {
                                            "mention": {
                                                "type": "role",
                                                "matcher": "string",
                                                "name": "string",
                                                "nickname": true,
                                                "color": "string",
                                                "id": "string",
                                                "sortOrder": 0
                                            },
                                            "reaction": {
                                                "id": 0,
                                                "customReactionId": 0,
                                                "customReaction": {
                                                    "id": 761262,
                                                    "name": "frog-donut",
                                                    "png": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                                                    "webp": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                                                    "apng": null
                                                }
                                            },
                                            "channel": {
                                                "id": "string"
                                            },
                                            "href": "string"
                                        },
                                        "leaves": [
                                            {
                                                "object": "leaf",
                                                "text": "string",
                                                "marks": [
                                                    {
                                                        "data": {},
                                                        "object": "mark",
                                                        "type": "bold"
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                ],
                                "": "string"
                            }
                        ]
                    }
                },
                "customReactionId": 0,
                "customReaction": {
                    "id": 761262,
                    "name": "frog-donut",
                    "png": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                    "webp": "https://s3-us-west-2.amazonaws.com/www.guilded.gg/CustomReaction/02f8bf8e57fb08568e9260461f34390c-Full.webp?w=120&h=120",
                    "apng": null
                }
            }
        }
    ],
    "bots": [
        null
    ],
    "webhooks": [
        {
            "id": "00000000-0000-0000-0000-000000000000",
            "name": "E-102 Gamma",
            "teamId": "WlVr3Gl",
            "iconUrl": "https://img.guildedcdn.com/UserAvatar/d741d0194d8570fc6df9f9445371093c-Medium.png?w=240&h=240",
            "channelId": "00000000-0000-0000-0000-000000000000",
            "deletedAt": null
        }
    ]
}
Modified at 2024-06-10 14:16:22
Previous
Check Team Name
Next
Detail Team Members
Built with