Backend_UserUpdate

struct

Request payload to update existing user account information

Property Type Description
INHERITED FROM Backend_User
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
roleId Integer A role which is assigned to the user
planId Integer A plan which is assigned to the user
status Integer Status of the object either 1 = active, 2 = disabled or 0 = deleted
name String Unique name of the object
email String The email address of the user
points Integer Points assigned to the user
scopes
ArrayString
List of scopes which are assigned to the user
apps List of applications associated with or owned by the user
metadata Common_Metadata Use this parameter to attach key-value data
date DateTime The insert date
part of the Apioo-Project