このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"userId": "string"
}curl --location 'https://misskey.io/api/admin/show-user' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string"
}'{
"email": "string",
"emailVerified": true,
"autoAcceptFollowed": true,
"noCrawle": true,
"preventAiLearning": true,
"alwaysMarkNsfw": true,
"autoSensitive": true,
"carefulBot": true,
"injectFeaturedNote": true,
"receiveAnnouncementEmail": true,
"mutedWords": [
"string"
],
"mutedInstances": [
"string"
],
"notificationRecieveConfig": {
"note": {
"type": "all"
},
"follow": {
"type": "all"
},
"mention": {
"type": "all"
},
"reply": {
"type": "all"
},
"renote": {
"type": "all"
},
"quote": {
"type": "all"
},
"reaction": {
"type": "all"
},
"pollEnded": {
"type": "all"
},
"receiveFollowRequest": {
"type": "all"
},
"followRequestAccepted": {
"type": "all"
},
"roleAssigned": {
"type": "all"
},
"achievementEarned": {
"type": "all"
},
"app": {
"type": "all"
},
"test": {
"type": "all"
}
},
"isModerator": true,
"isSilenced": true,
"isLimited": true,
"isDeleted": true,
"isSuspended": true,
"isHibernated": true,
"lastActiveDate": "string",
"moderationNote": "string",
"signins": [
{
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"ip": "string",
"headers": {},
"success": true
}
],
"policies": {
"gtlAvailable": true,
"ltlAvailable": true,
"canPublicNote": true,
"canInitiateConversation": true,
"canCreateContent": true,
"canUpdateContent": true,
"canDeleteContent": true,
"canPurgeAccount": true,
"canUpdateAvatar": true,
"canUpdateBanner": true,
"mentionLimit": 0,
"canInvite": true,
"inviteLimit": 0,
"inviteLimitCycle": 0,
"inviteExpirationTime": 0,
"canManageCustomEmojis": true,
"canManageAvatarDecorations": true,
"canSearchNotes": true,
"canUseTranslator": true,
"canUseDriveFileInSoundSettings": true,
"canHideAds": true,
"driveCapacityMb": 0,
"alwaysMarkNsfw": true,
"skipNsfwDetection": true,
"pinLimit": 0,
"antennaLimit": 0,
"antennaNotesLimit": 0,
"wordMuteLimit": 0,
"webhookLimit": 0,
"clipLimit": 0,
"noteEachClipsLimit": 0,
"userListLimit": 0,
"userEachUserListsLimit": 0,
"rateLimitFactor": 0,
"avatarDecorationLimit": 0
},
"roles": [
{
"id": "xxxxxxxxxx",
"name": "New Role",
"color": "#000000",
"iconUrl": "string",
"description": "string",
"isModerator": false,
"isAdministrator": false,
"displayOrder": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"target": "manual",
"condFormula": {
"id": "string",
"type": "and",
"values": [
null
]
},
"isPublic": false,
"isExplorable": false,
"asBadge": false,
"badgeBehavior": "string",
"canEditMembersByModerator": false,
"policies": {
"property1": {
"value": 0,
"priority": 0,
"useDefault": true
},
"property2": {
"value": 0,
"priority": 0,
"useDefault": true
}
},
"usersCount": 0
}
],
"roleAssigns": [
{
"createdAt": "string",
"expiresAt": "string",
"roleId": "string"
}
]
}