# userId

> The user ID is derived from the user name without the domain (removing all characters starting with '@'), formatted in lowercase with no symbols.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static string userId { get; }
```
