posit-dev / posit-dev/connectapi
Add support for updating user details
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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