From b6e62fe9dbb0362b04e1a5ac1f1351c4db27ff8f Mon Sep 17 00:00:00 2001 From: richvdh Date: Tue, 17 Aug 2021 10:56:34 +0000 Subject: deploy: 3bcd525b46678ff228c4275acad47c12974c9a33 --- develop/admin_api/user_admin_api.html | 58 +++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 20 deletions(-) (limited to 'develop/admin_api/user_admin_api.html') diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index f5aac41774..6d81540759 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -248,6 +248,16 @@ specific user_id.

"address": "<user_mail_2>" } ], + "external_ids": [ + { + "auth_provider": "<provider1>", + "external_id": "<user_id_provider_1>" + }, + { + "auth_provider": "<provider2>", + "external_id": "<user_id_provider_2>" + } + ], "avatar_url": "<avatar_url>", "admin": false, "deactivated": false @@ -255,36 +265,44 @@ specific user_id.

To use it, you will need to authenticate by providing an access_token for a server admin: Admin API

+

Returns HTTP status code:

+

URL parameters:

Body parameters:

If the user already exists then optional parameters default to the current value.

In order to re-activate an account deactivated must be set to false. If -- cgit 1.5.1