API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Add guild member
POST /v1/guilds/{id}/members
Path Parameters
The UUID of the entity
Headers
Request Body
Response Examples
201 - Member added successfully
Schema: {
"$ref": "#/components/schemas/GuildMemberResponseDto"
}403 - Only guild leaders can add members
Schema: {
"$ref": "#/components/schemas/ForbiddenErrorResponseDto"
}404 - Guild, account, or character not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}409 - User is already a member of this guild
Schema: {
"$ref": "#/components/schemas/ConflictErrorResponseDto"
}