Overview

Perform the GetPlayersWithTag operation.

Client

Require permission rules characterPlayer.getPlayersWithTag.selfEnable. See PermissionRules

HTTP

POST /api/rJson/characterPlayer/client/getPlayersWithTag

Request Headers
NameTypeRequiredDescription
Auth-TokenstringtrueA token used to authenticate the user. It is issued after successful login from the client type authenticate (e.g., loginByAccount, loginWithCustomId, etc.) or when an admin logs in via the GearN Dashboard. This token identifies the request sender and determines their access level.
Secret-KeystringtrueThe SecretKey in SecretInfo with role must is Player.
Game-IdstringOptional if the gameId in the SecretInfo use in headers Secret-Key has assign a valid value, if not, let unique identifier of the game this request is targeting.
Content-Typestringtrueapplication/json
Request Body
CodeTypeRequiredDescription
keystringtrueKey used in this request. (2 - 32 characters)
valuestringtrueThe specific value of the segment to be assigned to the character. (2 - 32 characters)
infoRequestParamInfoRequestParamtrueInstructions on which additional profile fields to return in the response. See InfoRequestParam
skipnumber intNumber of leaderboard entries to skip (used for pagination). (from 0) (Default: 0)
limitnumber intMaximum number of leaderboard entries to return in the result set. (from 1 to 100) (Default: 10)
Server

Require permission rules characterPlayer.getPlayersWithTag.serverSelfEnable. See PermissionRules

HTTP

POST /api/rJson/characterPlayer/server/getPlayersWithTag

Request Headers
NameTypeRequiredDescription
Secret-KeystringtrueThe SecretKey in SecretInfo with role must is Admin.
Game-IdstringOptional if the gameId in the SecretInfo use in headers Secret-Key has assign a valid value, if not, let unique identifier of the game this request is targeting.
Content-Typestringtrueapplication/json
Request Body
CodeTypeRequiredDescription
keystringtrueKey used in this request. (2 - 32 characters)
valuestringtrueThe specific value of the segment to be assigned to the character. (2 - 32 characters)
infoRequestParamInfoRequestParamtrueInstructions on which additional profile fields to return in the response. See InfoRequestParam
skipnumber intNumber of leaderboard entries to skip (used for pagination). (from 0) (Default: 0)
limitnumber intMaximum number of leaderboard entries to return in the result set. (from 1 to 100) (Default: 10)
Admin

Require permission rules characterPlayer.getPlayersWithTag.adminSelfEnable. See PermissionRules

HTTP

POST /api/rJson/characterPlayer/admin/getPlayersWithTag

Request Headers
NameTypeRequiredDescription
Secret-KeystringtrueThe SecretKey in SecretInfo with role must is Admin.
Game-IdstringOptional if the gameId in the SecretInfo use in headers Secret-Key has assign a valid value, if not, let unique identifier of the game this request is targeting.
Content-Typestringtrueapplication/json
Request Body
CodeTypeRequiredDescription
keystringtrueKey used in this request. (2 - 32 characters)
valuestringtrueThe specific value of the segment to be assigned to the character. (2 - 32 characters)
infoRequestParamInfoRequestParamtrueInstructions on which additional profile fields to return in the response. See InfoRequestParam
skipnumber intNumber of leaderboard entries to skip (used for pagination). (from 0) (Default: 0)
limitnumber intMaximum number of leaderboard entries to return in the result set. (from 1 to 100) (Default: 10)
Response Body

200 Ok

CodeTypeRequiredDescription
returnCodeReturnCodetrueAdditional metadata that can be attached to any request. Especially useful when working with advanced features such as EventCallbackScript. See ReturnCode
debugMessagestringA developer-oriented message that provides additional context useful for debugging and internal logging. This field is not intended for end-users and may include stack traces, validation failures, or internal error diagnostics.
invalidRequestParametersInvalidMember[]Just had data when the returnCode is InvalidRequestParameters.A list of members that failed validation or could not be processed during the request. Each entry typically includes identifying information and an error reason. This is useful for partial success scenarios where some members are accepted and others are rejected. See InvalidMember
parametersResponseDataJust had data when the returnCode is Ok. A dynamic set of key-value pairs included in the response to provide additional context or metadata. These parameters may vary depending on the operation and typically contain optional fields such as timestamps, identifiers, or computed values relevant to the result. See ResponseData
ReturnCode
NameCodeDescription
SecretInvalid-10The selected secret key is missing, wrong, or does not match the current route/game context.
MaxSizeRequestReject-9The serialized request payload exceeded the maximum size accepted by the backend.
MaxRequestReject-8The backend rejected the request because the current caller exceeded a request-rate limit.
MaxCCUReject-7The backend rejected the request because the current concurrent-user/session limit was exceeded.
OperationNotAuthorized-6The target operation exists, but the caller is not authorized for the selected role or target resource.
InvalidRequestParameters-5The request shape or one or more request-member values are invalid.
When available, inspect `invalidMembers` for field-level details.
OperationInvalid-4The requested operation code is unknown or is not valid for the selected request type/role.
InternalServerError-3The backend hit an unhandled internal failure before producing a valid business response.
OperationNotAllow-2The operation is known and the secret key is valid, but the permission rules attached
to the current secret key do not allow this operation in the current target context.
This usually maps to missing `selfEnable`, `otherSelfEnable`, `serverSelfEnable`,
or `adminSelfEnable` permission for the resolved request.
OperationTimeout-1The request timed out before a response was received.
This code may be synthesized by the SDK timeout layer as well as returned by the backend.
UnknownError0The request failed, but no more specific low-level return code was mapped.
Ok1The request completed successfully at protocol level and produced a response payload.
Callers must still validate the business `errorCode` in that payload.
ResponseData
CodeTypeRequiredDescription
errorCodeErrorCodeA string that represents the status of the operation. It indicates whether the request was successful or failed due to a specific error condition. See ErrorCode
resultsCharacterPlayerWithCharacterIdResponseData[]trueResults field used in the CharacterPlayersWithCharacterIdResponseData model. See CharacterPlayerWithCharacterIdResponseData
InfoRequestParam

Data model for InfoRequestParam.

CodeTypeRequiredDescription
catalogIdbooleanCatalogId field used in the InfoRequestParam model. (Default: false)
ownerbooleanOwner field used in the InfoRequestParam model. (Default: false)
removeStatusbooleanRemoveStatus field used in the InfoRequestParam model. (Default: false)
segmentsbooleanSegments field used in the InfoRequestParam model. (Default: false)
customDatasbooleanCustomDatas field used in the InfoRequestParam model. (Default: false)
displayNamebooleanDisplayName field used in the InfoRequestParam model. (Default: false)
avatarbooleanAvatar field used in the InfoRequestParam model. (Default: false)
tsCreatebooleanTsCreate field used in the InfoRequestParam model. (Default: false)
tagsbooleanTags field used in the InfoRequestParam model. (Default: false)
playerBanbooleanPlayerBan field used in the InfoRequestParam model. (Default: false)
playerCurrenciesbooleanPlayerCurrencies field used in the InfoRequestParam model. (Default: false)
playerStatisticsbooleanPlayerStatistics field used in the InfoRequestParam model. (Default: false)
playerDatasbooleanPlayerDatas field used in the InfoRequestParam model. (Default: false)
ipAddressCreatebooleanIpAddressCreate field used in the InfoRequestParam model. (Default: false)
countryCodebooleanCountryCode field used in the InfoRequestParam model. (Default: false)
tsLastLoginbooleanTsLastLogin field used in the InfoRequestParam model. (Default: false)
playerInventoriesbooleanPlayerInventories field used in the InfoRequestParam model. (Default: false)
playerGroupsbooleanPlayerGroups field used in the InfoRequestParam model. (Default: false)
playerFriendsbooleanPlayerFriends field used in the InfoRequestParam model. (Default: false)
playerDataKeysstring[]PlayerDataKeys field used in the InfoRequestParam model.
playerCurrencyKeysstring[]PlayerCurrencyKeys field used in the InfoRequestParam model.
playerStatisticsKeysstring[]PlayerStatisticsKeys field used in the InfoRequestParam model.
customDataKeysstring[]CustomDataKeys field used in the InfoRequestParam model.
tagKeysstring[]TagKeys field used in the InfoRequestParam model.
characterCatalogIdsstring[]CharacterCatalogIds field used in the InfoRequestParam model.
itemCatalogIdsstring[]ItemCatalogIds field used in the InfoRequestParam model.
groupCatalogIdsstring[]GroupCatalogIds field used in the InfoRequestParam model.
friendCatalogIdsstring[]FriendCatalogIds field used in the InfoRequestParam model.
CharacterPlayerWithCharacterIdResponseData

Data model for CharacterPlayerWithCharacterIdResponseData.

CodeTypeRequiredDescription
characterIdstringtrueCharacterId field used in the CharacterPlayerWithCharacterIdResponseData model.
infoResponseParametersInfoResponseParameterstrueInfoResponseParameters field used in the CharacterPlayerWithCharacterIdResponseData model. See InfoResponseParameters
InfoResponseParameters

Data model for InfoResponseParameters.

CodeTypeRequiredDescription
catalogIdstringCatalogId field used in the InfoResponseParameters model.
ownerGenericModels.OwnerItemOwner field used in the InfoResponseParameters model. See GenericModels.OwnerItem
removeStatusGenericModels.RemoveStatusItemRemoveStatus field used in the InfoResponseParameters model. See GenericModels.RemoveStatusItem
segmentsstring[]Segments field used in the InfoResponseParameters model.
customDatasGenericModels.DataItem[]CustomDatas field used in the InfoResponseParameters model. See GenericModels.DataItem
displayNamestringDisplayName field used in the InfoResponseParameters model.
avatarGenericModels.AvatarItemAvatar field used in the InfoResponseParameters model. See GenericModels.AvatarItem
tsCreatenumberTsCreate field used in the InfoResponseParameters model.
tagsGenericModels.TagItem[]Tags field used in the InfoResponseParameters model. See GenericModels.TagItem
playerBanGenericModels.BanItemPlayerBan field used in the InfoResponseParameters model. See GenericModels.BanItem
playerDatasGenericModels.DataItem[]PlayerDatas field used in the InfoResponseParameters model. See GenericModels.DataItem
playerCurrenciesGenericModels.CurrencyItem[]PlayerCurrencies field used in the InfoResponseParameters model. See GenericModels.CurrencyItem
playerStatisticsGenericModels.StatisticsItem[]PlayerStatistics field used in the InfoResponseParameters model. See GenericModels.StatisticsItem
playerInventoriesGenericModels.InventoryItem[]PlayerInventories field used in the InfoResponseParameters model. See GenericModels.InventoryItem
playerGroupsGenericModels.GroupItem[]PlayerGroups field used in the InfoResponseParameters model. See GenericModels.GroupItem
playerFriendsGenericModels.FriendItem[]PlayerFriends field used in the InfoResponseParameters model. See GenericModels.FriendItem
tsLastLoginnumberTsLastLogin field used in the InfoResponseParameters model.
ipAddressCreatestringIpAddressCreate field used in the InfoResponseParameters model.
countryCodestringCountryCode field used in the InfoResponseParameters model.
Generic.OwnerItem

Represents the current owner of an entity such as an inventory item, character or group...

CodeTypeRequiredDescription
typenumbertrueOwner type. Map this value with the public `OwnerType` enum.
idstringtrueOwner id paired with `type`.
Generic.RemoveStatusItem

Represents soft-remove metadata for an entity.

CodeTypeRequiredDescription
tsRemovenumbertrueRemoval timestamp when the entity was soft-removed.
reasonstringRemoval reason when the backend provides one.
Generic.DataItem

Represents an arbitrary key-value data entry.

CodeTypeRequiredDescription
keystringtrueData entry key used to identify the payload.
valueanytrueRaw value returned by the backend. This may be a primitive, `GNHashtable`, `GNArray`, or plain object-like data.
Generic.AvatarItem

Represents a generic avatar payload.

CodeTypeRequiredDescription
typenumbertrueBackend-defined avatar type identifier. The public SDK currently does not export a dedicated avatar enum.
valuestringtrueAvatar value, typically a URL, file id, or provider-specific string.
Generic.TagItem

Represents a key-value tag entry.

CodeTypeRequiredDescription
keystringtrueTag key used to identify the metadata entry.
valuestringtrueTag value associated with `key`.
Generic.BanItem

Represents a ban state entry returned by player-auth or player-profile flows.

CodeTypeRequiredDescription
tsExpirenumbertrueExpiration timestamp of the current ban state. -1 is never unban.
reasonstringtrueHuman-readable ban reason when provided by the backend.
Generic.CurrencyItem

Represents one currency entry.

CodeTypeRequiredDescription
keystringtrueCurrency key such as the configured currency code or logical name.
valuenumbertrueNumeric balance of the currency identified by `key`.
Generic.StatisticsItem

Represents one statistics entry.

CodeTypeRequiredDescription
keystringtrueStatistic key such as the configured metric name.
valuenumbertrueNumeric value of the statistic identified by `key`.
Generic.InventoryItem

Represents a lightweight relation item pointing to an inventory item.

CodeTypeRequiredDescription
itemIdstringtrueInventory item identifier of the related item entity.
catalogIdstringtrueCatalog identifier associated with the related inventory item.
classIdstringtrueClass identifier associated with the related inventory item.
Generic.GroupItem

Represents a lightweight relation item pointing to a group.

CodeTypeRequiredDescription
groupIdstringtrueGroup identifier of the related group entity.
catalogIdstringtrueCatalog identifier associated with the related group.
statusnumbertrueGroup relation status. Map this value with the public `GroupStatus` enum.
tsLastStatusUpdatenumbertrueTimestamp of the last group status change.
Generic.FriendItem

Represents a lightweight relation item pointing to a friend relation.

CodeTypeRequiredDescription
friendIdstringtrueFriend identifier of the related friend entity.
catalogIdstringtrueCatalog identifier associated with the related friend entity.
statusnumbertrueFriend relation status. Map this value with the public `FriendStatus` enum.
tsLastStatusUpdatenumbertrueTimestamp of the last friend status change.
ErrorCode
NameCodeDescription
Ok1The business operation completed successfully.
KeyNotFound9The requested key does not exist in the target data set.
InvalidMember
CodeTypeDescription
codestringThe parameterCode invalid.
invalidMemberTypeInvalidMemberTypeThe invalid member type of this parameterCode. See InvalidMemberType
InvalidMemberType
NameCodeDescription
UnknownError1The backend rejected the member but did not map it to a more specific validation category.
DataRequired2The member is required but missing.
TypeInvalid3The member type does not match the expected runtime type.
StringNull4A required string member is null or empty when null is not allowed.
StringMinLength5A string member is shorter than the configured minimum length.
StringMaxLength6A string member is longer than the configured maximum length.
NumberMinValue7A numeric member is lower than the configured minimum value.
NumberMaxValue8A numeric member is higher than the configured maximum value.
NumberMustInt9A numeric member must be an integer but received a non-integer value.
GNHashtableNull10A required `GNHashtable` member is null.
GNHashtableMinLength11A `GNHashtable` member contains fewer entries than allowed.
GNHashtableMaxLength12A `GNHashtable` member contains more entries than allowed.
GNArrayNull13A required `GNArray` member is null.
GNArrayMinLength14A `GNArray` member contains fewer items than allowed.
GNArrayMaxLength15A `GNArray` member contains more items than allowed.