action crucible_get_mapped_user { label: "getMappedUser" description: "Returns the user details of the user mapped to a committer in a repository." provider: crucible method: GET path: "/rest-service/users-v1/{repository}/{username}" encoding: json output: { type: "object" additionalProperties: true } }