Skip to content

Implement Profile Retrieval API #16

@delucca

Description

@delucca

Type of Issue

Feature Request

Description

Develop an API endpoint to securely fetch user profile information. This endpoint should support fetching profiles by ID or other unique identifiers like email.

Additional Context

Ensure that only authorized users (or the profile owner) can access profile information. Use appropriate permission checks to secure the data, and ensure that sensitive information is protected.

Acceptance Criteria

  1. Profile retrieval endpoint is created.
  2. Profiles can be fetched by ID or email.
  3. Permission checks are in place to ensure only authorized access.
  4. Sensitive information (e.g., passwords) is excluded from the response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions