Platform Explorer / Nuxeo Platform 2023.9

Operation Auth.LoginAs (Login As)

Description

Login As the given user. If no user is given a system login is performed. This is a void operations - the input will be returned back as the output.
Operation id Auth.LoginAs
Category Users & Groups
Label Login As
Requires
Since

Parameters

Name Description Type Required Default value
name string no  

Signature

Inputs void, document
Outputs void, document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.login.LoginAs
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Auth.LoginAs",
  "label" : "Login As",
  "category" : "Users & Groups",
  "requires" : null,
  "description" : "Login As the given user. If no user is given a system login is performed. This is a void operations - the input will be returned back as the output.",
  "url" : "Auth.LoginAs",
  "signature" : [ "void", "void", "document", "document" ],
  "params" : [ {
    "name" : "name",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}