posit-dev / posit-dev/connectapi

Add support for updating user details

Open
#458 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
54
Forks
27
Avg merge
1d 3m
Merged PRs (30d)
1

Description

Currently, there are no helpers in the {connectapi} package that support updating user details (FN/LN, etc) as per the API reference page: https://docs.posit.co/connect/api/#put-/v1/users/-guid-

Having this PUT command as a wrapper function in the package to set details would be useful for some general maintenance activities.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Posit Connect API reference for PUT /v1/users/{guid} and inspect existing user-related helpers in the connectapi package for the established wrapper pattern. Done means the package exposes a helper that sends the PUT request and supports updating user details such as first and last name.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.