Skip to content

Voyage App: User Services Sync #85

@tmichalski

Description

@tmichalski

/src/app/core/user/user.service.ts

  • /profiles/me
    • GET User object
    • PUT User object
  • /users
    • GET list of User objects
  • /users/${userId}/account-status
    • PUT a UserStatus object

User

  • email: string;
  • firstName: string;
  • lastName: string;
  • username: string;
  • id: string;
  • isActive: boolean;
  • isVerifyRequired: boolean;
  • roles: Array;
  • phones: Array;
  • profileImage: string;

UserStatus

  • isActive: boolean;
  • isVerifyRequired: boolean;

Phone

  • phoneNumber: string;
  • phoneType: number;

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions