mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
[SM-153] Add scaffolded API integration test project (#2209)
This commit is contained in:
@ -40,6 +40,10 @@ namespace Bit.Api.Models.Response
|
||||
providerUserOrganizationDetails?.Select(po => new ProfileProviderOrganizationResponseModel(po));
|
||||
}
|
||||
|
||||
public ProfileResponseModel() : base("profile")
|
||||
{
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
|
Reference in New Issue
Block a user