Skip to content

Update endpoint GET /users/{pcgl_id} to be accessible through registered service credentials. #85

Description

@JamesTLopez

Description

Similar to endpoints GET /group/{group_id} and POST /reload, we need to be able to query GET /users/{pcgl_id} with just service credentials as well.

Affected Endpoints:

  • GET /users/{pcgl_id}

/user/{pcgl_id}:

Reasoning

This is needed to retrieve dacChair and dacMember email addresses for a study to send automated notifications when actions require their attention.

  • Example: When an applicant submits updates for requested revisions, the DACO service notifies the relevant dacChair via email.

Current Response from AuthZ

service-id: DACO

{
  "type": "about:blank",
  "title": "Unauthorized",
  "detail": "No authorization token provided",
  "status": 401
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions