# Adding a User Without Inviting Them

**URL:** https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919
**Category:** Support
**Created:** [April 25, 2019, 5:03am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919 "2019-04-25T05:03:57Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Sheral\_ECF](https://avatars.discourse-cdn.com/v4/letter/s/77aa72/32.png) [@Sheral\_ECF](https://meta.discourse.org/u/Sheral_ECF)
#### Post date: [April 25, 2019, 5:03am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/1 "2019-04-25T05:03:57Z")

</div>

Hi There! We are currently in the process of migrating our forum to Discourse and I am exploring all these admin features in functionalities.

How our community works is that, as soon as members’ application is approved, we create a profile for them first, personalize it, and then send them their log-in details after.

I was just wondering. Is there a way that we can manually add users from the backend without the need to invite them first? That way, we can personalize their profile first before we give them access to log-in.

Thanks in advance!

---

<div class="post-metadata">

### Author: ![j127](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j127/32/79093_2.png) [@j127](https://meta.discourse.org/u/j127)
#### Post date: [April 25, 2019, 5:09am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/2 "2019-04-25T05:09:11Z")

</div>

There might be a better way through the UI, but it’s possible with [the API](https://docs.discourse.org/#tag/Users%2Fpaths%2F~1users%2Fpost).

Here’s some example code from the Ruby client:

> <https://github.com/discourse/discourse_api/blob/25023c073207cc19eb19b14922d6c5cbf907c6be/examples/create_user.rb>

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [April 25, 2019, 6:19am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/3 "2019-04-25T06:19:24Z")

</div>

Are you using any kind of single sign-on?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [April 25, 2019, 6:24am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/4 "2019-04-25T06:24:35Z")

</div>

> [@Sheral\_ECF](#):
>
> Is there a way that we can manually add users from the backend without the need to invite them first?

This might do the trick:

> [@Create an admin account from the console](https://meta.discourse.org/t/create-admin-account-from-console/17274):
>
> bookmark This guide provides instructions for creating an admin account or granting admin privileges using the console in a self-hosted Discourse installation. person_raising_hand Required user level: System Administrator warning Console access required So you want to create/grant Admin privileges or reset user password from console? Great, let’s get started! This guide will cover the following: Accessing the console Creating a new account with admin privileges Resetting an existin…

Just press `n` when prompted for ` Do you want to grant Admin privileges to this account? (Y/n)`.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [April 25, 2019, 11:48am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/5 "2019-04-25T11:48:04Z")

</div>

What kind of personalization do you want to do?

The API is probably the best solution.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 4, 2022, 2:47am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/6 "2022-08-04T02:47:06Z")

</div>



---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [August 5, 2022, 10:39am UTC](https://meta.discourse.org/t/adding-a-user-without-inviting-them/115919/7 "2022-08-05T10:39:35Z")

</div>


