f9469e3f99
* run prettier Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * add scim to comparison Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
10 lines
253 B
Markdown
10 lines
253 B
Markdown
- `user`: The current user. This may be `None` if there is no contextual user. See ([User](../user-group/user.md#object-attributes))
|
|
|
|
Example:
|
|
|
|
```python
|
|
return {
|
|
"custom_attribute": request.user.attributes.get("custom_attribute", "default"),
|
|
}
|
|
```
|