![Kristi Nikolla](/assets/img/avatar_default.png)
Also includes a release note. Change-Id: I72a5d461488b50f20b59d1288016514a2b8f71e5 Closes-Bug: 1816076
16 lines
617 B
YAML
16 lines
617 B
YAML
---
|
|
features:
|
|
- |
|
|
`GET /v3/users/{user_id}` now returns a federated object associated with
|
|
the user if any. `POST /v3/users` allows an operator to add a list of
|
|
federated objects to associate with the user. `PATCH /v3/users` allows the operator
|
|
to update a users associated federated objects.
|
|
|
|
upgrade:
|
|
- |
|
|
If you have a custom implementation for the shadow users backend, you will
|
|
need to implement the new methods:
|
|
``delete_federated_object``, ``create_federated_object``,
|
|
``get_federated_objects``. These methods are needed to support federated
|
|
attributes via the user API.
|