Version v0.45 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Sandbox user
Endpoint(s)for setting user attributes.
GET /api/mt/user/attributes
Fetch a list of possible keys for User login_attributes. This just looks at keys that have already been set for
existing Users and returns those. .
PUT /api/mt/user/:id/attributes
Update the login_attributes for a User.
PARAMS:
-
id -
login_attributesvalue must be a valid user attributes map (name -> value)
Read docs for other versions of Metabase.