Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 628 Bytes

sandbox-user.md

File metadata and controls

28 lines (17 loc) · 628 Bytes
title summary
Sandbox user
Endpoint(s)for setting user attributes.

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 value must be an integer greater than zero.

  • login_attributes nullable value must be a valid user attributes map (name -> value)


<< Back to API index