server: add support for creating a user with attributes
This commit is contained in:
committed by
nitnelave
parent
81204dcee5
commit
3fadfb1944
@@ -104,6 +104,7 @@ pub struct CreateUserRequest {
|
||||
pub first_name: Option<String>,
|
||||
pub last_name: Option<String>,
|
||||
pub avatar: Option<JpegPhoto>,
|
||||
pub attributes: Vec<AttributeValue>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone, Default)]
|
||||
|
||||
Reference in New Issue
Block a user