From 6dbfe29923eb271471bbd74723137f9b0987e644 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 1 Aug 2023 11:02:34 +0000 Subject: deploy: 190c990a76ac0faaaec31340a721cee4d172016a --- latest/admin_api/user_admin_api.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'latest/admin_api/user_admin_api.html') diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html index 61269be951..ef51693edc 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html @@ -813,7 +813,8 @@ when admins wish to do actions on behalf of a user.

An optional valid_until_ms field can be specified in the request body as an integer timestamp that specifies when the token should expire. By default tokens -do not expire.

+do not expire. Note that this API does not allow a user to login as themselves +(to create more tokens).

A response body like the following is returned:

{
     "access_token": "<opaque_access_token_string>"
-- 
cgit 1.5.1