{"id":93962,"date":"2022-02-07T10:38:55","date_gmt":"2022-02-07T15:38:55","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=93962"},"modified":"2022-02-07T10:38:56","modified_gmt":"2022-02-07T15:38:56","slug":"pleroma-user-management","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/","title":{"rendered":"Pleroma User Management For Admins"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png\" alt=\"Pleroma user management\" class=\"wp-image-93964\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>\nOne of the most important parts of being a community admin is managing your users.  The users make up the bulk of the community, contribute content, and interact with each other.  However, as an admin, you must understand how to properly manage users, privilege levels, and in general help to make sure your users are enjoying their experience.  This article will help you understand how to easily manage your users in your Pleroma community.\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#pleroma-user-management\">Pleroma User Management Basics<\/a>\n<ul>\n<li><a href=\"#admin-fe-back-end\">From The Admin Back End<\/a><\/li>\n<li><a href=\"#commandline\">From the Command Line<\/a><\/li>\n<\/ul>\n<\/li><li><a href=\"#granting-privileges\">Granting Privileges<\/a>\n<ul>\n<li><a href=\"#admin-fe-back-end\">Admin FE<\/a><\/li>\n<li><a href=\"#command-line-grant\">Command Line<\/a><\/li>\n<\/ul>\n<\/li><li><a href=\"#resetting-passwords\">Resetting Passwords<\/a>\n<ul>\n<li><a href=\"#password-reset-admin-fe\">Password Reset in Admin FE<\/a><\/li>\n<li><a href=\"#password-reset-command-line\">Updating Password Via Command Line<\/a><\/li>\n<\/ul>\n<\/li><\/ul>\n\n\n\n<p>\nThere are many user configurations that you may find helpful over time as you continue to manage your community.  This article does not provide an exhaustive list of all features, but some of the most important you will want to know as you just starting out.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pleroma-user-management\">Pleroma User Management Basics<\/h2>\n\n\n\n<p>\nFor an admin, there are a few different places you can manage users.  If you enabled the admin user interface to make database changes during the <a href=\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/install-pleroma\/\">installation process<\/a>, then you can log in and make changes through your browser.  For many users, this is likely the easiest and most direct way to make important changes.  But you can also accomplish many of the same tasks on the command line.  For some users, the latter can provide greater security.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"admin-fe-back-end\">From The Admin Back End<\/h3>\n\n\n\n<p>\nIn order to access the <i>Admin FE<\/i> interface:\n<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log into your Pleroma site as the admin user<\/li><li>Click the speedometer button on the top right<br><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"112\" class=\"wp-image-93967\" style=\"width: 300px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_005.png\" alt=\"Clicking the speedometer button\"><\/li><\/ol>\n\n\n\n<p> This will bring you into <i>Admin FE<\/i>, the administrative interface.  By default, you will be dropped into the user dashboard.  Here you will be able to view all of your active users and make changes by clicking the dropdown menu (see below). <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"commandline\">From the Command Line<\/h3>\n\n\n\n<p>\nIf you choose to manage the community from the command line (and, remember you can do both command line and browser interface) you will just need to log in as the <code>pleroma<\/code> Linux user you created during the installation process and run commands using the Pleroma binary.  The commands will look similar to this command, which creates a new user:\n<\/p>\n\n\n\n<pre id=\"orgfe845c6\" class=\"wp-block-preformatted example\">.\/bin\/pleroma_ctl user new &lt;nickname&gt; &lt;email&gt; [option ...]\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"granting-privileges\">Granting Privileges<\/h2>\n\n\n\n<p>\nWhen a new user has registered on your site, whether they are approved automatically or manually, you have choices to make regarding what level of privilege this user will enjoy as a member of the community.\n<\/p>\n\n\n\n<p> There are three distinct user privilege levels that will affect the day to day usage of the site for any given user. <\/p>\n\n\n\n<ol class=\"org-ol wp-block-list\"><li>Regular user<\/li><li>Moderator<\/li><li>Admin<\/li><\/ol>\n\n\n\n<p>\nA regular user can create posts, direct message, chat, and enjoy all of the standard communication and interaction features of the community.\n<\/p>\n\n\n\n<p>\nA moderator has additional privilege to edit the content of other users.  They can even delete posts.\n<\/p>\n\n\n\n<p>\nAn admin has ultimate power over the site.  This includes the ability to grant or revoke privileges to other users and to edit the installation itself through the administrative back end.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"admin-fe-back-end\">Admin FE<\/h3>\n\n\n\n<p>\nTo change a user\u2019s privilege level in the Admin FE, following these steps:\n<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log into the Admin FE interface (steps above)<\/li><li>Click the <b>Moderation<\/b> dropdown under <i>Actions<\/i><br><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"340\" class=\"wp-image-93966\" style=\"width: 300px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_006.png\" alt=\"Actions dropdown menu\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_006.png 415w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_006-265x300.png 265w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/li><li>Select <b>Grant Admin<\/b> or <b>Grant Moderator<\/b> depending on which level you are granting<\/li><\/ol>\n\n\n\n<p>\nRemember, an admin has complete control over the management of the site, so exercise caution when granting this level of privilege.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"command-line-grant\">Command Line<\/h3>\n\n\n\n<p>\nTo grant privileges on the command line, you can run the following commands.\n<\/p>\n\n\n\n<p>\nFor granting admin:\n<\/p>\n\n\n\n<pre id=\"org0aeed21\" class=\"wp-block-preformatted example\">.\/bin\/pleroma_ctl user set &lt;nickname&gt; --admin\n<\/pre>\n\n\n\n<p>\nFor granting moderator:\n<\/p>\n\n\n\n<pre id=\"orgf219c3a\" class=\"wp-block-preformatted example\">.\/bin\/pleroma_ctl user set &lt;nickname&gt; --moderator\n<\/pre>\n\n\n\n<p>\nAnd remember you can also revoke privileges by using the <code>--no-admin<\/code> and <code>--no-moderator<\/code> options instead of the ones provided above.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"resetting-passwords\">Resetting Passwords<\/h2>\n\n\n\n<p>\nAt some point or another, a user may misplace a password, or you might want to prompt a user to reset their password for other reasons.  The easiest way to do this is to have the user update the password themselves or send them a reset link or require them to reset password on next login attempt:\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"password-reset-admin-fe\">Password Reset in Admin FE<\/h3>\n\n\n\n<p>\nTo create a password reset link in Admin FE:\n<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Log into the Admin FE interface<\/li><li>Select the desired option (reset link or prompt)<br><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"264\" class=\"wp-image-93970\" style=\"width: 500px;\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_007.png\" alt=\"Password reset actions\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_007.png 449w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/pleroma_007-300x158.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"password-reset-command-line\">Updating Password Via Command Line<\/h3>\n\n\n\n<p>\nThe prompt option (above) is not available on command line, however, you can generate a password reset link with the following command:\n<\/p>\n\n\n\n<pre id=\"orgc649f13\" class=\"wp-block-preformatted example\">.\/bin\/pleroma_ctl user reset_password &lt;nickname&gt;\n<\/pre>\n\n\n\n<p> Well done!  You now know how to update user settings with both the Admin FE interface and command line variations.  Be sure to leave a comment below if you have any questions about these options. <\/p>\n\n\n<!-- Shortcode [cloud-server-cta5] does not exist -->\n","protected":false},"excerpt":{"rendered":"<p>One of the most important parts of being a community admin is managing your users. The users make up the bulk of the community, contribute content, and interact with each other. However, as an admin, you must understand how to properly manage users, privilege levels, and in general help to make sure your users are<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4520],"tags":[],"class_list":["post-93962","post","type-post","status-publish","format-standard","hentry","category-pleroma"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pleroma User Management For Admins | InMotion Hosting<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pleroma User Management For Admins | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"One of the most important parts of being a community admin is managing your users. The users make up the bulk of the community, contribute content, and interact with each other. However, as an admin, you must understand how to properly manage users, privilege levels, and in general help to make sure your users are Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-07T15:38:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-07T15:38:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"Pleroma User Management For Admins\",\"datePublished\":\"2022-02-07T15:38:55+00:00\",\"dateModified\":\"2022-02-07T15:38:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\"},\"wordCount\":763,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png\",\"articleSection\":[\"Pleroma\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\",\"name\":\"Pleroma User Management For Admins | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png\",\"datePublished\":\"2022-02-07T15:38:55+00:00\",\"dateModified\":\"2022-02-07T15:38:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pleroma User Management For Admins\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pleroma User Management For Admins | InMotion Hosting","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/","og_locale":"en_US","og_type":"article","og_title":"Pleroma User Management For Admins | InMotion Hosting","og_description":"One of the most important parts of being a community admin is managing your users. The users make up the bulk of the community, contribute content, and interact with each other. However, as an admin, you must understand how to properly manage users, privilege levels, and in general help to make sure your users are Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2022-02-07T15:38:55+00:00","article_modified_time":"2022-02-07T15:38:56+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png","type":"","width":"","height":""}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"Pleroma User Management For Admins","datePublished":"2022-02-07T15:38:55+00:00","dateModified":"2022-02-07T15:38:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/"},"wordCount":763,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png","articleSection":["Pleroma"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/","url":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/","name":"Pleroma User Management For Admins | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management-1024x538.png","datePublished":"2022-02-07T15:38:55+00:00","dateModified":"2022-02-07T15:38:56+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/Pleroma-User-Management.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/fediverse\/pleroma\/pleroma-user-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Pleroma User Management For Admins"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/93962","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=93962"}],"version-history":[{"count":6,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/93962\/revisions"}],"predecessor-version":[{"id":93972,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/93962\/revisions\/93972"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=93962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=93962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=93962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}